Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/cell-containerization-ExtractorH…
Browse files Browse the repository at this point in the history
…andler' into cell-containerization-ExtractorHandler
  • Loading branch information
AndyBRoswell committed Aug 27, 2024
2 parents e7c022e + 7629bc5 commit 63a7f09
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,22 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: envvar chk
run: python -c "import os; print(os.getenv('CELL_GITHUB'))"

- name: Build docker
run: |
cd $DOCKER_FOLDER && docker build . --file Dockerfile -t $TAG --build-arg "NODE_ENV=${{ inputs.environment }}"
echo '-> envvar:'
env
cd $DOCKER_FOLDER && docker build . --file Dockerfile -t $TAG --build-arg "NODE_ENV=${{ inputs.environment }}:CELL_GITHUB=${{ env.CELL_GITHUB }}"
- name: Run docker compose
uses: isbang/[email protected]
# uses: isbang/[email protected]
uses: hoverkraft-tech/[email protected]
with:
compose-file: "${{ inputs.docker_folder }}/docker-compose.yaml"
env:
CELL_GITHUB: "https://github.com/QCDIS/NaaVRE-cells-test-3"

- name: Wait for healthy app
uses: raschmitt/wait-for-healthy-container/@v1
Expand All @@ -62,6 +70,8 @@ jobs:
env
echo '-> Capturing Docker logs ...'
docker logs app
echo '-> envvar:'
env
- name: Login to github Registry
if: ${{ inputs.push }}
Expand Down

0 comments on commit 63a7f09

Please sign in to comment.