ci 수정
This commit is contained in:
@@ -65,14 +65,6 @@ jobs:
|
||||
path: eapim-admin/build/libs/eapim-admin.war
|
||||
if-no-files-found: error
|
||||
|
||||
- name: Sync systemd user unit
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
install -D -m 644 eapim-admin/deploy/systemd/eapim-admin.service \
|
||||
"$HOME/.config/systemd/user/eapim-admin.service"
|
||||
systemctl --user daemon-reload
|
||||
systemctl --user enable eapim-admin 2>/dev/null || true
|
||||
|
||||
- name: Stop tomcat (pre-clean)
|
||||
working-directory: ${{ github.workspace }}
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user