Skip to content

Commit

Permalink
fix(docker offline ci): remove prepare_image in run.sh when build off…
Browse files Browse the repository at this point in the history
…line package (#179)
  • Loading branch information
mymodian authored Dec 28, 2024
1 parent 2aa1c19 commit eb1aa21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/all-in-one/docker-compose/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

pwd
cp -r ../docker-compose ./
sed -i -e 's/^\s*prepare_image$/#&/' ./docker-compose/run.sh

source docker-compose/.env

Expand Down

0 comments on commit eb1aa21

Please sign in to comment.