Skip to content

Commit

Permalink
2.x: Making run.js executable from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DionisioFG committed Mar 8, 2024
1 parent 0b91b3d commit 845146b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ce-dev-build-dev-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,6 @@ jobs:
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
/bin/sh docker-images/export.sh --version devel --image-name ce-dev --base-image debian:bookworm-slim --dockerfile-path base-devel --push
/bin/sh docker-images/export.sh --version devel --image-name ce-dev-controller --base-image debian:bookworm-slim --dockerfile-path controller-devel --push
ls -l bin
sudo chmod +x bin/run.js
sudo /bin/sh templates/prebuild.sh

0 comments on commit 845146b

Please sign in to comment.