Debug alpine yq installation #2;Combine steps
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
5c9395d9ad
commit
500b218cb8
19
.drone.yml
19
.drone.yml
@ -1,9 +1,11 @@
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: Container image (Harbor)
|
||||
name: Container image
|
||||
|
||||
steps:
|
||||
- name: Build & publish
|
||||
- name: Build & publish (Harbor)
|
||||
depends_on:
|
||||
- clone
|
||||
image: plugins/docker
|
||||
context: .
|
||||
settings:
|
||||
@ -15,14 +17,9 @@ steps:
|
||||
from_secret: harbor_username
|
||||
password:
|
||||
from_secret: harbor_password
|
||||
|
||||
---
|
||||
kind: pipeline
|
||||
type: kubernetes
|
||||
name: Container image (Dockerhub)
|
||||
|
||||
steps:
|
||||
- name: Build & publish
|
||||
- name: Build & publish (Dockerhub)
|
||||
depends_on:
|
||||
- clone
|
||||
image: plugins/docker
|
||||
context: .
|
||||
settings:
|
||||
@ -46,7 +43,7 @@ steps:
|
||||
- |
|
||||
helm package ./charts/json-server
|
||||
- |
|
||||
ls /etc/apk/repositories -lash
|
||||
cat /etc/apk/repositories
|
||||
# curl \
|
||||
# --header "Authorization: token $GIT_APIKEY" \
|
||||
# --upload-file json-server-$CHART_VERSION.tar \
|
||||
|
Loading…
Reference in New Issue
Block a user