Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

Commit

Permalink
Maybe fix YAML syntax?
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed May 17, 2021
1 parent 26ae707 commit e156beb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cicd/generate-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ export RETRY="$(buildkite-agent meta-data get pipeline-upload-retries --default
if [[ "$BUILDKITE" == 'true' && "$RETRY" == '0' ]]; then
echo "This documentation is also available on [GitHub]($DOCS_URL)." | buildkite-agent annotate --append --style 'info' --context 'documentation'
cat .cicd/README.md | buildkite-agent annotate --append --style 'info' --context 'documentation'
elif [[ "$BUILDKITE" == 'true' ]]; then
printf " # Skipping \033]1339;url=$DOCS_URL;content=documentation\a upload for job retry number $RETRY.\n"
fi
# Determine if it's a forked PR and make sure to add git fetch so we don't have to git clone the forked repo's url
if [[ $BUILDKITE_BRANCH =~ ^pull/[0-9]+/head: ]]; then
Expand Down Expand Up @@ -114,6 +112,7 @@ oIFS="$IFS"
IFS=$''
nIFS=$IFS # fix array splitting (\n won't work)
# start with a wait step
echo 'steps:'
echo ' - wait'
echo ''
# build steps
Expand Down

0 comments on commit e156beb

Please sign in to comment.