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 1
1
kind : step-type
2
2
metadata :
3
3
name : argo-cd-sync
4
- version : 0.4.1
4
+ version : 0.4.2
5
5
isPublic : true
6
6
description : Syncs Argo CD apps managed by our GitOps Runtimes
7
7
sources :
@@ -55,20 +55,21 @@ spec:
55
55
},
56
56
"IMAGE_TAG": {
57
57
"type": "string",
58
- "default": "0.4.1 "
58
+ "default": "0.4.2 "
59
59
}
60
60
}
61
61
}
62
62
stepsTemplate : |-
63
- argo-cd-sync :
63
+ argo_cd_sync :
64
64
image: '[[.Arguments.IMAGE_NAME]]:[[.Arguments.IMAGE_TAG]]'
65
- working_directory: /app
66
65
environment:
67
66
[[ range $key, $val := .Arguments ]]
68
67
- '[[ $key ]]=[[ $val ]]'
69
68
[[- end ]]
70
69
commands:
70
+ - cd /app
71
71
- 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)
72
73
delimiters :
73
74
left : ' [['
74
75
right : ' ]]'
You can’t perform that action at this time.
0 commit comments