We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7839a32 commit 8f4c0f6Copy full SHA for 8f4c0f6
1 file changed
.travis.yml
@@ -13,9 +13,6 @@ branches:
13
# application 복호화하여 사용할 수있도록 하기
14
# gradlew의 권한을 추가한다.
15
before_install:
16
-- openssl aes-256-cbc -K $encrypted_f27943cb6563_key -iv $encrypted_f27943cb6563_iv
17
- -in application.tar.enc -out ./src/main/resources/application.tar -d
18
-- tar xvf ./src/main/resources/application.tar
19
- chmod +x gradlew
20
21
# Travis CI 서버의 Home
0 commit comments