Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
do-dop authored Aug 15, 2024
1 parent b7d8648 commit 8abe8d8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
java-version: '17'
distribution: 'temurin'

# - name : make application.yml
# run: |
# cd ./src/main/resources
# touch ./application.yml
# echo "${{ secrets.APPLICATION }}" > ./application.yml
# shell: bash


# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
- name: Setup Gradle
Expand Down Expand Up @@ -63,10 +55,7 @@ jobs:
sudo touch .env
echo "${{ secrets.ENV_VARS }}" | sudo tee .env > /dev/null
## docker-compose.yml 파일 생성
#sudo touch docker-compose.yml
#echo "${{ secrets.DOCKER_COMPOSE }}" | sudo tee docker-compose.yml > /dev/null
## Docker 작업
sudo chmod 666 /var/run/docker.sock
sudo docker stop $(docker ps -a -q)
Expand Down

0 comments on commit 8abe8d8

Please sign in to comment.