Skip to content

Commit

Permalink
Merge pull request #1325 from petr-muller/unfrakk-bash
Browse files Browse the repository at this point in the history
Uncollapse mistakenly collapsed inline bash
  • Loading branch information
openshift-merge-robot authored Aug 30, 2018
2 parents 6bcd730 + 98da438 commit d90db8a
Showing 1 changed file with 10 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,16 @@ presubmits:
- command:
- /bin/bash
- -c
- "#!/bin/bash\nset -e\nexport RPM_REPO=\"$( curl -q \"${RPM_REPO_BASEURL_REF}\"
2>/dev/null)\"\nci-operator \\\n --give-pr-author-access-to-namespace=true
\\\n --delete-when-idle=10m --dry-run=false \\\n --artifact-dir=$(ARTIFACTS)
\\\n --secret-dir=/usr/local/e2e-gcp-cluster-profile --template=/usr/local/e2e-gcp
\\\n --target=e2e-gcp "
- |
#!/bin/bash
set -e
export RPM_REPO="$( curl -q "${RPM_REPO_BASEURL_REF}" 2>/dev/null)"
ci-operator \
--give-pr-author-access-to-namespace=true \
--delete-when-idle=10m --dry-run=false \
--artifact-dir=$(ARTIFACTS) \
--secret-dir=/usr/local/e2e-gcp-cluster-profile --template=/usr/local/e2e-gcp \
--target=e2e-gcp
env:
- name: PREPARE_COMMAND
value: tag-in-image.sh
Expand Down

0 comments on commit d90db8a

Please sign in to comment.