Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Feb 16, 2021
1 parent 268a89f commit 838d9a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci/packaging.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env groovy

@Library('apm@feature/override-google-storage-step') _
@Library('apm@current') _

import groovy.transform.Field

Expand Down Expand Up @@ -508,4 +508,4 @@ def fixPermissions() {
}
}
}
}
}
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env groovy

@Library('apm@feature/override-google-storage-step') _
@Library('apm@current') _

pipeline {
agent { label 'ubuntu-18 && immutable' }
Expand Down

0 comments on commit 838d9a9

Please sign in to comment.