mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-21 06:52:33 +00:00
Switch init to main (#8462)
This commit is contained in:
parent
b4518d23af
commit
d398dc54ec
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -43,7 +43,7 @@ env:
|
||||
workers
|
||||
ws-tests
|
||||
PublishTempFolder: publish_artifacts
|
||||
INIT_SCRIPTS_BRANCH: 'unified-init-scripts'
|
||||
INIT_SCRIPTS_BRANCH: 'main'
|
||||
|
||||
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||
jobs:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
export INIT_SCRIPTS_BRANCH=${INIT_SCRIPTS_BRANCH:-unified-init-scripts}
|
||||
export INIT_SCRIPTS_BRANCH=${INIT_SCRIPTS_BRANCH:-main}
|
||||
# Download init repository
|
||||
# Check if the file already exists
|
||||
if [ -e "${INIT_SCRIPTS_BRANCH}.zip" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user