Skip to content

Commit 6cce0e3

Browse files
committed
Sort pipeline files
1 parent 6b16a5e commit 6cce0e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.drone.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pipeline:
4040
- IMAGE_NAME=publicintegrity/fec-loader
4141
- IMAGE_TAG=${DRONE_COMMIT_SHA:0:12}
4242
commands:
43-
- for file in $(find ./pipelines -name "*.yml"); do yq write -d'*' $file transform.image "$${IMAGE_NAME}:$${IMAGE_TAG}" | yq read -j -; done | pachctl update pipeline
43+
- for file in $(find ./pipelines -name "*.yml" | sort); do yq write -d'*' $file transform.image "$${IMAGE_NAME}:$${IMAGE_TAG}" | yq read -j -; done | pachctl update pipeline
4444
when:
4545
event: deployment
4646
environment: production

0 commit comments

Comments
 (0)