init
This commit is contained in:
parent
29084b2835
commit
2e1cdf0fea
@ -52,11 +52,6 @@ spec:
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
ls -al $HOME
|
||||
ls -al $HOME/.docker
|
||||
|
||||
cat $HOME/.docker/config.json
|
||||
|
||||
IMAGE="$(params.imageName):$(params.tag)"
|
||||
echo "📦 Using image: $IMAGE"
|
||||
echo -n "$IMAGE" > /tekton/results/imageUrl
|
||||
|
@ -109,7 +109,7 @@ spec:
|
||||
- name: HOME
|
||||
value: /workspace/shared/$(params.home)
|
||||
- name: SSL_CERT_FILE
|
||||
value: $HOME/cert/$(params.crtFileName)"
|
||||
value: /workspace/shared/$(params.home)/cert/$(params.crtFileName)"
|
||||
- name: HTTP_PROXY
|
||||
value: $(params.httpProxy)
|
||||
- name: HTTPS_PROXY
|
||||
@ -120,8 +120,6 @@ spec:
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
ls -al #$HOME
|
||||
|
||||
if [ "$(params.sslVerify)" = "false" ]; then
|
||||
echo "[INFO] Disabling SSL verification"
|
||||
git config --global http.sslVerify false
|
||||
|
@ -34,9 +34,6 @@ spec:
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
ls -al $HOME
|
||||
|
||||
echo "HOME=$HOME"
|
||||
echo "🔧 Installing dependencies..."
|
||||
|
||||
pip install --upgrade pip --root-user-action=ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user