Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
disable commit (temporarily)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1r3n committed Jul 25, 2023
1 parent 11e420e commit 5131865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_from_main_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
./gradlew generateLock saveLock
git config --global user.name 'Anoop Panicker'
git config --global user.email 'apanicker@netflix.com'
git commit -am "Update Conductor version dependency to $VERSION"
git push
# git commit -am "Update Conductor version dependency to $VERSION"
# git push
cat dependencies.gradle | grep revConductor
if [[ "$TAG" == *"$RC"* ]]; then
echo "Publishing release candidate";
Expand Down

0 comments on commit 5131865

Please sign in to comment.