Skip to content

Commit

Permalink
add missing lab spec condition
Browse files Browse the repository at this point in the history
  • Loading branch information
RuiSiang committed Oct 12, 2022
1 parent f3d9d2a commit 3b031a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
- name: Replace with lab specs
run: |
sed -i 's/1500/0/g' public/javascripts/main.min.js
sed -i 's/3e3/0/g' public/javascripts/main.min.js
sed -i 's/3000/0/g' public/javascripts/main.min.js
sed -i 's/500/0/g' public/javascripts/main.min.js
- name: Build and push
Expand Down

0 comments on commit 3b031a0

Please sign in to comment.