Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
trigger pipeline (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsfaMumtaz authored Oct 10, 2023
1 parent 74b2f0e commit 406bb80
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion stakater-build-image-flag/helm/templates/clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ spec:
echo "Application code changed. Rebuilding image."
fi
echo "build-image:$BUILD_IMAGE"
echo -n "$BUILD_IMAGE" > $(results.BUILD_IMAGE.path)
echo -n "$BUILD_IMAGE" > $(results.BUILD_IMAGE.path)
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ spec:
echo "Team is ${TEAM}"
export REPO=$(echo $(params.REPO_PATH) | rev | cut -d'/' -f 1 | rev )
echo "Repo is ${REPO}"
git config --global user.name ${GIT_USERNAME}
git config --global user.email ${GIT_EMAIL}
cd *$TEAM
Expand Down
2 changes: 1 addition & 1 deletion stakater-notify-slack/helm/templates/clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ spec:
"type": "divider"
}
]
}' $SLACK_WEBHOOK
}' $SLACK_WEBHOOK
1 change: 0 additions & 1 deletion stakater-pr-cleaner/helm/templates/clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ spec:
$(inputs.params.PR_NUMBER)"
git push
while [ $? -ne 0 ]; do
echo "Error on Push"
echo "Pulling via Rebase"
Expand Down
3 changes: 1 addition & 2 deletions stakater-set-commit-status/helm/templates/clustertask.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,5 +80,4 @@ spec:
else:
raise Exception("Failed!")
else:
raise Exception("Failed!")
raise Exception("Failed!")

0 comments on commit 406bb80

Please sign in to comment.