Skip to content

Commit

Permalink
Change cp to rsync
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 6, 2023
1 parent ca5339d commit 5cb6087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spring-artifactory-gradle-snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5cb6087

Please sign in to comment.