Hmmm. More trouble with secrets
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-08 15:53:27 -04:00
parent df63d7947f
commit cb44eb1fab

View File

@@ -139,26 +139,26 @@ steps:
- success
- failure
# volumes:
# - name: dockerconfig
# host:
# path: /volume1/docker/dockerconfig.json
# - name: dockersock
# host:
# path: /var/run/docker.sock
# - name: npmrc
# host:
# path: /volume1/docker/beethoven/labs-auth/.npmrc
volumes:
- name: dockerconfig
host:
path: /volume1/docker/dockerconfig.json
- name: dockersock
host:
path: /var/run/docker.sock
- name: npmrc
host:
path: /volume1/docker/beethoven/labs-auth/.npmrc
# # depends_on:
# # - Test Pipeline
# depends_on:
# - Test Pipeline
# trigger:
# branch:
# - main
# event:
# - push
# # - tag
trigger:
branch:
- main
event:
- push
# - tag
# ---
# kind: pipeline