gitea-action-runner #11

Closed
ejchoi wants to merge 1 commits from feature/git-action3 into master
2 changed files with 4 additions and 2 deletions
Showing only changes of commit a2e27ca5b4 - Show all commits

View File

@@ -11,7 +11,7 @@ jobs:
container: container:
image: ci-maven-node:1.0 image: ci-maven-node:1.0
options: >- options: >-
--add-host nexus.sayinfo.co.kr:10.1.20.50 --add-host nexus.sayinfo.co.kr:192.168.0.210
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@@ -11,6 +11,8 @@ jobs:
container: container:
image: ci-maven-node:1.0 image: ci-maven-node:1.0
options: >-
--add-host nexus.sayinfo.co.kr:192.168.0.210
steps: steps:
- name: Checkout source - name: Checkout source