diff options
author | Fatih Degirmenci <fatih.degirmenci@ericsson.com> | 2017-03-29 09:34:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-03-29 09:34:02 +0000 |
commit | 2f14f91f142709b4ec2c91f78a99ecdbe896046d (patch) | |
tree | 728a133680f8949f95492a42abf320779f48f217 /jjb/xci/bifrost-verify-jobs.yml | |
parent | 64b2f0789690153712c94b8fb9ffcbb446afb640 (diff) | |
parent | a6e69290bf958c3ed56d4e11be4d9cf3a06b3058 (diff) |
Merge "Make prescm step workspace permission fix a macro available to all"
Diffstat (limited to 'jjb/xci/bifrost-verify-jobs.yml')
-rw-r--r-- | jjb/xci/bifrost-verify-jobs.yml | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/jjb/xci/bifrost-verify-jobs.yml b/jjb/xci/bifrost-verify-jobs.yml index 2fa99b290..b93456ee2 100644 --- a/jjb/xci/bifrost-verify-jobs.yml +++ b/jjb/xci/bifrost-verify-jobs.yml @@ -161,7 +161,7 @@ - bifrost-build wrappers: - - bifrost-fix-perms-workspace + - fix-workspace-permissions publishers: - email: @@ -226,17 +226,6 @@ readable-message: true #--------------------------- -# wrapper macros -#--------------------------- -- wrapper: - name: bifrost-fix-perms-workspace - wrappers: - - pre-scm-buildstep: - - shell: | - #!/bin/bash - sudo chown -R $USER $WORKSPACE || exit 1 - -#--------------------------- # builder macros #--------------------------- - builder: |