Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed Nov 19, 2023
1 parent 33cade7 commit 53b49da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,6 @@ jobs:
build_baseimage_url: :python/:python-test-pr
get_version_method: file_in_container:file=/acarshub_version
dockerfile_changes: |
\# patch acarshub version/sed -i s\/Pre-Release\/${{ needs.patch_acars_hub_verison.outputs.acarshub_version}}\/g \/webapp\/src\/helpers\/menu.ts && \
\# patch acarshub version/sed -i s\/Pre-Release\/${{ needs.patch_acars_hub_verison.outputs.acarshub_version}}\/g \/webapp\/src\/helpers\/menu.ts
secrets:
ghcr_token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN set -xe && \
mkdir -p /webapp/static/js && \
mkdir -p /webapp/static/sounds && \
mkdir -p /webapp/templates && \
# patch acarshub version
# patch acarshub version && \
npm run build && \
cp -r ./dist/static/images /webapp/static/ && \
cp -r ./dist/static/sounds /webapp/static/ && \
Expand Down

0 comments on commit 53b49da

Please sign in to comment.