mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-11 09:51:53 +00:00
Switch init to main (#8461)
This commit is contained in:
parent
71fc1f3a8d
commit
7a56bba8c9
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