Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansonhkg committed Aug 5, 2024
1 parent 16c0f3d commit 7ff6ef0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/sync-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ jobs:
fi
shell: bash

# Example output
# BRANCH_NAME is dev-feature/get-node-info-in-one-contract-call
# DEV_BRANCH is feature/get-node-info-in-one-contract-call
# PUBLISH_ALLOWED is true
# TAG_NAME is feature-get-node-info-in-one-contract-call
- name: Display environment variables
run: |
echo "BRANCH_NAME is $BRANCH_NAME"
Expand All @@ -47,10 +52,10 @@ jobs:
# DEBUG ONLY
- name: Stop CI
run: |
echo "Stopping CI after displaying environment variables"
exit 1
# - name: Stop CI
# run: |
# echo "Stopping CI after displaying environment variables"
# exit 1

# Display message for non-dev and non-main branches
- name: Display message for other branches
Expand Down

0 comments on commit 7ff6ef0

Please sign in to comment.