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 0ef3ffe commit 617a413Copy full SHA for 617a413
.github/workflows/test-initdemo.yaml
@@ -7,13 +7,11 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v3
10
- with:
11
- fetch-depth: 0
12
- name: Install dependencies
13
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
+ run: sudo ./initdemo.sh
0 commit comments