We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f49193c commit a36f490Copy full SHA for a36f490
.github/workflows/s3-image-sync.yml
@@ -19,6 +19,11 @@ jobs:
19
steps:
20
- uses: actions/checkout@v2
21
22
+ - name: Write s3cmd configuration
23
+ run: |
24
+ echo "${{ secrets['LEAFCLOUD_S3_CFG'] }}" > ~/.s3cfg
25
+ shell: bash
26
+
27
- name: Install s3cmd
28
run: |
29
sudo apt-get update
@@ -66,6 +71,11 @@ jobs:
66
71
echo "${{ secrets[format('{0}_CLOUDS_YAML', env.CI_CLOUD)] }}" > ~/.config/openstack/clouds.yaml
67
72
shell: bash
68
73
74
75
76
77
78
69
79
- name: Install s3cmd and qemu-utils
70
80
81
0 commit comments