Skip to content

Commit

Permalink
fix perf. workflow build
Browse files Browse the repository at this point in the history
  • Loading branch information
parvit committed Mar 25, 2024
1 parent 1ffc64f commit 215ca98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/build-linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ echo [BUILD] \n\
go build -v -o qpep \n\
chmod +x qpep \n\
cp /root/qpep/qpep /build/qpep \n\
envsubst < /root/qpep/config/qpep.yml.tpl > /root/qpep/config/qpep.yml
envsubst < /root/qpep/config/qpep.yml.tpl > /root/qpep/config/qpep.yml \n\
echo [DONE] \n\
' > /root/build-qpep.sh

Expand Down

0 comments on commit 215ca98

Please sign in to comment.