You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .tekton/all.yaml
-5Lines changed: 0 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -233,13 +233,8 @@ spec:
233
233
env | sort
234
234
# verify all the variables are set
235
235
set -x
236
-
echo "$HOME"
237
-
echo "\$HOME"
238
-
echo "\\$HOME"
239
-
echo "\\\$HOME"
240
236
set -u
241
237
for e in GIT_REPO GIT_BRANCH REGISTRY_REGION_ID REGISTRY_NAMESPACE TARGET_CLUSTER_NAME IMAGE_NAME TARGET_REGION_ID TARGET_NAMESPACE TARGET_RESOURCE_GROUP COS_PLAN APP_ID_PLAN CLOUDANT_PLAN zzz; do
0 commit comments