From 838d9a960939fa6c30778b348aaf2499c668337a Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Tue, 16 Feb 2021 10:14:20 +0000 Subject: [PATCH] Apply suggestions from code review --- .ci/packaging.groovy | 4 ++-- Jenkinsfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ci/packaging.groovy b/.ci/packaging.groovy index 4df1b5a4cbc..b90182a5d00 100644 --- a/.ci/packaging.groovy +++ b/.ci/packaging.groovy @@ -1,6 +1,6 @@ #!/usr/bin/env groovy -@Library('apm@feature/override-google-storage-step') _ +@Library('apm@current') _ import groovy.transform.Field @@ -508,4 +508,4 @@ def fixPermissions() { } } } -} \ No newline at end of file +} diff --git a/Jenkinsfile b/Jenkinsfile index 55405b8cff3..8e8d67c782b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,6 +1,6 @@ #!/usr/bin/env groovy -@Library('apm@feature/override-google-storage-step') _ +@Library('apm@current') _ pipeline { agent { label 'ubuntu-18 && immutable' }