mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-09-24 15:30:08 -05:00
should skip script steps in deploy post
This commit is contained in:
@@ -71,6 +71,7 @@ jobs:
|
||||
if: branch = RC AND type != pull_request
|
||||
before_install:
|
||||
- ./script/pre_install
|
||||
script: skip
|
||||
before_deploy:
|
||||
- export RELEASE_TAG=$(cat version.txt)-RC
|
||||
- git tag ${RELEASE_TAG}
|
||||
@@ -118,6 +119,7 @@ jobs:
|
||||
if: branch = master AND type != pull_request
|
||||
before_install:
|
||||
- ./script/pre_install
|
||||
script: skip
|
||||
before_deploy:
|
||||
- export RELEASE_TAG=$(cat version.txt)
|
||||
- git tag ${RELEASE_TAG}
|
||||
|
||||
Reference in New Issue
Block a user