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 c30ae28 commit 5dda70fCopy full SHA for 5dda70f
scripts/openshiftci-presubmit-all-tests.sh
@@ -35,8 +35,12 @@ cd $ROLLOUTS_TMP_DIR
35
36
git clone https://github.com/argoproj-labs/argo-rollouts-manager
37
38
-TARGET_ROLLOUT_COMMIT=027faa92ffdbc43a02eca3982f020a8c391fd340
+cd "$ROLLOUTS_TMP_DIR/argo-rollouts-manager"
39
+
40
+TARGET_ROLLOUT_MANAGER_COMMIT=027faa92ffdbc43a02eca3982f020a8c391fd340
41
42
+git checkout $TARGET_ROLLOUT_MANAGER_COMMIT
43
44
-git checkout $TARGET_ROLLOUT_COMMIT
45
make install generate fmt vet
46
make test-e2e
0 commit comments