Skip to content

Commit

Permalink
fix server build step
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Apr 4, 2024
1 parent 663fda8 commit 1a5005b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/common-performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
run: |
docker version
cd docker/
pushd build-linux/
pushd server-env/server/
docker build -t project-faster/qpep_server \
--build-arg QPEP_REPO=https://github.com/${{github.repository}}.git \
--build-arg QPEP_BRANCH=${{ github.head_ref || github.ref_name }} \
Expand All @@ -297,6 +297,11 @@ jobs:
--build-arg QPEP_CCA=${{ inputs.cca }} \
.
- name: Build Data Server
run: |
cd docker/server-data-env/
docker compose build
- name: Auto-cancel workflow on error
if: failure()
uses: andymckay/[email protected]
Expand Down Expand Up @@ -399,7 +404,6 @@ jobs:
run: |
sudo bash ${{ github.workspace }}/.github/workflows/set_delay_port.sh -d || true
sudo rm -rf docker/server-data-env/output/* || true
docker system prune -af || true
- name: Auto-cancel workflow on error
if: failure()
Expand Down
File renamed without changes.

0 comments on commit 1a5005b

Please sign in to comment.