Skip to content

Commit

Permalink
take 37
Browse files Browse the repository at this point in the history
  • Loading branch information
kobymeir committed Dec 8, 2024
1 parent 83bbecc commit 2d2df57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ function commit_dockerfiles_trust {
git commit -m "$(date): trust update from PR: ${CI_COMMIT_REF_NAME} commit: ${CI_COMMIT_SHA}"
COMMIT_DONE=no
for i in 1 2 3 4 5; do
echo "Attempt $i to push... to upstream ${DOCKERFILES_TRUST_GIT_URL}"
echo "Attempt $i to push..."
if git push --set-upstream "${DOCKERFILES_TRUST_GIT_URL}"; then
echo "Push done successfully"
COMMIT_DONE=yes
Expand Down

0 comments on commit 2d2df57

Please sign in to comment.