File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 11kind : step-type
22metadata :
33 name : argo-cd-sync
4- version : 0.4.1
4+ version : 0.4.2
55 isPublic : true
66 description : Syncs Argo CD apps managed by our GitOps Runtimes
77 sources :
@@ -55,20 +55,21 @@ spec:
5555 },
5656 "IMAGE_TAG": {
5757 "type": "string",
58- "default": "0.4.1 "
58+ "default": "0.4.2 "
5959 }
6060 }
6161 }
6262 stepsTemplate : |-
63- argo-cd-sync :
63+ argo_cd_sync :
6464 image: '[[.Arguments.IMAGE_NAME]]:[[.Arguments.IMAGE_TAG]]'
65- working_directory: /app
6665 environment:
6766 [[ range $key, $val := .Arguments ]]
6867 - '[[ $key ]]=[[ $val ]]'
6968 [[- end ]]
7069 commands:
70+ - cd /app
7171 - python3 run.py
72+ - cf_export argo_cd_sync_CF_OUTPUT_URL=$(cat /codefresh/volume/env_vars_to_export | grep CF_OUTPUT_URL | cut -d= -f2)
7273 delimiters :
7374 left : ' [['
7475 right : ' ]]'
You can’t perform that action at this time.
0 commit comments