Skip to content

Commit

Permalink
Update .github/workflows/image_build_and_test.yaml
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Prokhorenkov <aprokh@uchicago.edu>
  • Loading branch information
thanh-nguyen-dang and m0nhawk authored Oct 17, 2023
1 parent 06e4985 commit ec3d31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image_build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
run: |
BRANCH=${{ github.head_ref || github.ref_name }}
BRANCH=$(echo $BRANCH | tr / _)
sed -i "s/tube:master/tube:${BRANCH//\//_}/g" docker-compose.yml
sed -i "s/tube:master/tube:$BRANCH/g" docker-compose.yml
- name: change max_map_count (needed for running Elasticsearch in container)
working-directory: ../compose-etl
Expand Down

0 comments on commit ec3d31a

Please sign in to comment.