Skip to content

Commit 617a413

Browse files
committed
Fixing permissions errors
1 parent 0ef3ffe commit 617a413

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-initdemo.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v3
10-
with:
11-
fetch-depth: 0
1210
- name: Install dependencies
1311
run: curl --silent https://raw.githubusercontent.com/OctopusSolutionsEngineering/EnterprisePatternsReferenceImplementation/main/ubuntu-dependencies.sh | sudo bash
1412
- name: Build Stack
1513
env:
1614
OCTOPUS_SERVER_BASE64_LICENSE: ${{secrets.OCTOPUS_SERVER_BASE64_LICENSE}}
1715
TF_VAR_docker_username: ${{secrets.DOCKERHUB_USERNAME}}
1816
TF_VAR_docker_password: ${{secrets.DOCKERHUB_TOKEN}}
19-
run: ./initdemo.sh
17+
run: sudo ./initdemo.sh

0 commit comments

Comments
 (0)