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 9d86a67 commit 0ef3ffeCopy full SHA for 0ef3ffe
.github/workflows/test-initdemo.yaml
@@ -10,8 +10,10 @@ jobs:
10
with:
11
fetch-depth: 0
12
- name: Install dependencies
13
- run: curl --silent https://raw.githubusercontent.com/OctopusSolutionsEngineering/EnterprisePatternsReferenceImplementation/main/ubuntu-dependencies.sh | bash
+ run: curl --silent https://raw.githubusercontent.com/OctopusSolutionsEngineering/EnterprisePatternsReferenceImplementation/main/ubuntu-dependencies.sh | sudo bash
14
- name: Build Stack
15
env:
16
OCTOPUS_SERVER_BASE64_LICENSE: ${{secrets.OCTOPUS_SERVER_BASE64_LICENSE}}
17
+ TF_VAR_docker_username: ${{secrets.DOCKERHUB_USERNAME}}
18
+ TF_VAR_docker_password: ${{secrets.DOCKERHUB_TOKEN}}
19
run: ./initdemo.sh
0 commit comments