Skip to content

Commit 02604df

Browse files
Jenkins: no need to copy private.properties, unused.
1 parent d827648 commit 02604df

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Jenkinsfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ pipeline {
2626
stages {
2727
stage('init') {
2828
steps {
29-
// Copied file exists on CI server only
30-
sh 'cp /var/my-private-files/private.properties ./gradle.properties'
31-
3229
sh 'chmod +x gradlew'
3330

3431
// "|| true" for an OK exit code if no file is found

0 commit comments

Comments
 (0)