Skip to content

Commit

Permalink
CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
nimikgnoej committed May 21, 2024
1 parent 8b0967c commit fe00280
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
echo "${{ secrets.ENV_VARS }}" > .env
touch docker-compose.yaml
echo "${{ vars.DOCKER_COMPOSE }}" > docker-compose.yaml
cat docker-compose.yaml
dos2unix docker-compose.yaml
chmod 666 /var/run/docker.sock
docker rm -f $(docker ps -qa)
docker pull nimikgnoej/et
Expand Down

0 comments on commit fe00280

Please sign in to comment.