Skip to content

Commit

Permalink
Add jib-gradle to priviledged
Browse files Browse the repository at this point in the history
This will add jib-gradle to priviledged as this task
needs to be run as non-root

Fix upstream tektoncd#214
added to run as root
  • Loading branch information
piyush-garg committed Mar 9, 2020
1 parent f5d5e85 commit 887882d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/e2e-tests-openshift.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ source $(dirname $0)/../test/e2e-common.sh
cd $(dirname $(readlink -f $0))/..

# Give these tests the priviliged rights
PRIVILEGED_TESTS="buildah kaniko s2i buildpacks"
PRIVILEGED_TESTS="buildah buildpacks jib-gradle kaniko s2i"

# Skip Those
SKIP_TESTS=""
Expand Down

0 comments on commit 887882d

Please sign in to comment.