Skip to content

Commit

Permalink
Fixes for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
markpatton committed Dec 5, 2023
1 parent 33e1890 commit 9c233d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/.#pass-java-release.yml

This file was deleted.

5 changes: 3 additions & 2 deletions .github/workflows/pass-java-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ jobs:
if [ "$counter" -gt 1 ]; then
echo "Timed out waiting for release"
break
# exit 1
fi
done
Expand Down Expand Up @@ -160,8 +161,8 @@ jobs:
- name: Push the commits and tags
run: |
echo git push
(cd plaground && echo test >test.txt && git commit -am "Update version to $NEXT" && git tag $NEXT)
(cd plaground && git push origin && git push origin --tags)
(cd playground && echo test >test.txt && git commit -am "Update version to $NEXT" && git tag $NEXT)
(cd playground && git push origin && git push origin --tags)
# (cd main && git push origin && git push origin --tags)
# (cd pass-core && git push origin && git push origin --tags)
# (cd pass-core && git push origin && git push origin --tags)

0 comments on commit 9c233d8

Please sign in to comment.