We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11f4fc commit e03ae91Copy full SHA for e03ae91
Jenkinsfile
@@ -47,6 +47,7 @@ pipeline {
47
sh '''
48
mkdir -p src/main/resources
49
# ENV_PROPERTIES_FILE_PATH 변수에는 임시 파일의 경로가 담겨있음
50
+ rm -f src/main/resources/env.properties
51
cp "${ENV_PROPERTIES_FILE_PATH}" src/main/resources/env.properties
52
echo "${GOOGLE_JSON_B64}" | base64 -d > src/main/resources/google.json
53
echo "${FIREBASE_KEY_B64}" | base64 -d > src/main/resources/whiplash-firebase-key.json
@@ -120,4 +121,4 @@ pipeline {
120
121
sh 'docker logout || true'
122
}
123
-}
124
+}
0 commit comments