Skip to content

Commit

Permalink
chore: 파이프라인테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondanythings committed Aug 31, 2024
1 parent 2931bad commit 29b79b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/k3s-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
CHANGED_MODULES=""
CHANGED_MODULES="layer-batch,layer-api"
echo "changed_modules=$CHANGED_MODULES"
Expand Down Expand Up @@ -90,8 +91,8 @@ jobs:
run: |
for MODULE in $(echo $CHANGED_MODULES | tr "," "\n"); do
echo "${APPLICATION_SECRET_PROPERTIES}" > ./$MODULE/src/main/resources/application-secret.properties
[[ "${$MODULE}" != "layer-api" ]]; then
cp -R ./layer-api/src/main/resources/tokens ./$MODULE/src/main/resources/tokens
if [[ "${$MODULE}" != "layer-api" ]]; then
cp -R ./layer-api/src/main/resources/tokens ./$MODULE/src/main/resources/tokens
done
- name: Build Changed Modules
Expand Down

0 comments on commit 29b79b2

Please sign in to comment.