Change cp to rsync
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
||||
path: init
|
||||
|
||||
- name: Copy the artifactory-init.gradle
|
||||
run: cp init/.github/artifactory-init.gradle $GRADLE_USER_HOME/init.d
|
||||
run: rsync init/.github/artifactory-init.gradle $GRADLE_USER_HOME/init.d/
|
||||
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
with:
|
||||
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
path: init
|
||||
|
||||
- name: Copy the artifactory-init.gradle
|
||||
run: cp init/.github/artifactory-init.gradle $GRADLE_USER_HOME/init.d
|
||||
run: rsync init/.github/artifactory-init.gradle $GRADLE_USER_HOME/init.d/
|
||||
|
||||
- uses: jfrog/setup-jfrog-cli@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user