remove commented code
All checks were successful
Deploy Runner-Bridge Application / deploy (push) Successful in 1m26s
All checks were successful
Deploy Runner-Bridge Application / deploy (push) Successful in 1m26s
This commit is contained in:
@@ -11,11 +11,6 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
#- name: Install Railway CLI
|
||||
#run: railway --version
|
||||
# # Manually add the npm global bin to the PATH
|
||||
# export PATH=$(npm prefix -g)/bin:$PATH
|
||||
# railway --version
|
||||
|
||||
- name: Check Token Presence
|
||||
run: if [ -z "$RAILWAY_TOKEN" ]; then echo "TOKEN IS MISSING"; exit 1; fi
|
||||
|
||||
Reference in New Issue
Block a user