Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Try and set current working directory
Browse files Browse the repository at this point in the history
thebeanogamer committed Feb 12, 2022

Verified

This commit was signed with the committer’s verified signature.
jcubic Jakub T. Jankiewicz
1 parent 391e403 commit 0c923f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
uses: actions/checkout@v2

- name: Disable Container Mount
run: cat docker-compose.yml | tr '\n' '\r' | sed -e 's/ volumes:\r - .:\/app//' | tr '\r' '\n' | tee docker-compose.yml.new && mv docker-compose.yml{.new,}
run: "cat docker-compose.yml | tr '\\n' '\\r' | sed -e 's/ volumes:\\r - .:\\/app/working_dir: \\/app\/src\\//' | tr '\\r' '\\n' | tee docker-compose.yml.new && mv docker-compose.yml{.new,}"

- name: Set Docker-Compose to Upstream
run: "sed -i 's/build: \\./image: ghcr.io\\/ractf\\/core:latest/' docker-compose.yml"

0 comments on commit 0c923f5

Please sign in to comment.