mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-14 11:24:06 +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
|
workers
|
||||||
ws-tests
|
ws-tests
|
||||||
PublishTempFolder: publish_artifacts
|
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
|
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
|
||||||
jobs:
|
jobs:
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/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
|
# Download init repository
|
||||||
# Check if the file already exists
|
# Check if the file already exists
|
||||||
if [ -e "${INIT_SCRIPTS_BRANCH}.zip" ]; then
|
if [ -e "${INIT_SCRIPTS_BRANCH}.zip" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user