We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53c9156 commit 158019cCopy full SHA for 158019c
1 file changed
scripts/test-create.sh
@@ -57,10 +57,10 @@ assert_template_lock() {
57
test "$(stat -c '%a' "${lock}")" = "644"
58
grep -Fxq 'apiVersion: sitectl.libops.io/v1alpha1' "${lock}"
59
grep -Fxq 'kind: TemplateLock' "${lock}"
60
- grep -Eq '^ commit: [0-9a-f]{40}([0-9a-f]{24})?$' "${lock}"
61
- grep -Fxq " repository: https://github.com/libops/${PLUGIN_NAME}" "${lock}"
62
- grep -Eq '^ digest: sha256:[0-9a-f]{64}$' "${lock}"
63
- grep -Fxq ' revision: v1.0.0' "${lock}"
+ grep -Eq '^ commit: [0-9a-f]{40}([0-9a-f]{24})?$' "${lock}"
+ grep -Fxq " repository: https://github.com/libops/${PLUGIN_NAME}" "${lock}"
+ grep -Eq '^ digest: sha256:[0-9a-f]{64}$' "${lock}"
+ grep -Fxq ' revision: v1.0.0' "${lock}"
64
}
65
66
create_site() {
0 commit comments