Skip to content

Commit f8badca

Browse files
committed
Merge branch 'main' into update-modules-to-update-with-config
2 parents 85e3a7e + 7463e60 commit f8badca

11 files changed

Lines changed: 415 additions & 70 deletions

File tree

.github/workflows/bin-package-18.04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
name: ${{ steps.package.outputs.name }}.flist
5656
- name: Tagging
5757
uses: threefoldtech/publish-flist@master
58-
if: success() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/fix-zos-urls' || startsWith(github.ref, 'refs/tags/v'))
58+
if: success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/testdeploy' )
5959
with:
6060
token: ${{ secrets.token }}
6161
action: tag

.github/workflows/bin-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
./bins-extra.sh --package ${{ inputs.package }}
5757
5858
- name: Publish flist (tf-autobuilder, ${{ steps.package.outputs.name }})
59-
if: success() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/fix-zos-urls' || startsWith(github.ref, 'refs/tags/v'))
59+
if: success() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/testdeploy' || startsWith(github.ref, 'refs/tags/v'))
6060
uses: threefoldtech/publish-flist@master
6161
with:
6262
token: ${{ secrets.token }}
@@ -69,7 +69,7 @@ jobs:
6969

7070
- name: Tagging
7171
uses: threefoldtech/publish-flist@master
72-
if: success() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/fix-zos-urls' || startsWith(github.ref, 'refs/tags/v'))
72+
if: success() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/testdeploy'|| startsWith(github.ref, 'refs/tags/v'))
7373
with:
7474
token: ${{ secrets.token }}
7575
action: tag

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# will use the tag value (has to start with v)
7474
- name: Tagging
7575
uses: threefoldtech/publish-flist@master
76-
if: success() && (github.ref == 'refs/heads/main' || github.ref == 'refs/heads/fix-zos-urls' || startsWith(github.ref, 'refs/tags/v'))
76+
if: success() && (github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v')|| github.ref == 'refs/heads/testdeploy')
7777
with:
7878
token: ${{ secrets.HUB_JWT }}
7979
action: tag
@@ -86,7 +86,7 @@ jobs:
8686
# only for main branch (devnet)
8787
# this basically releases this build to devnet
8888
- name: Cross tagging (development)
89-
if: success() && (github.ref == 'refs/heads/main'|| github.ref == 'refs/heads/fix-zos-urls')
89+
if: success() && (github.ref == 'refs/heads/main'|| github.ref == 'refs/heads/testdeploy')
9090
uses: threefoldtech/publish-flist@master
9191
with:
9292
token: ${{ secrets.HUB_JWT }}

0 commit comments

Comments
 (0)