Commit b3b9e215 authored by João Lino's avatar João Lino

No credential needed for now.

parent 7e6880f2
Pipeline #1 passed with stage
in 0 seconds
...@@ -12,11 +12,9 @@ pipeline { ...@@ -12,11 +12,9 @@ pipeline {
branch "${BRANCH_TO_DEPLOY}" branch "${BRANCH_TO_DEPLOY}"
} }
steps { steps {
withCredentials() {
// Just get helm3 for testing // Just get helm3 for testing
sh 'wget https://get.helm.sh/helm-v3.0.3-linux-amd64.tar.gz https://get.helm.sh/helm-v3.0.3-linux-amd64.tar.gz.sha256' sh 'wget https://get.helm.sh/helm-v3.0.3-linux-amd64.tar.gz https://get.helm.sh/helm-v3.0.3-linux-amd64.tar.gz.sha256'
} }
} }
} }
}
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment