File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ LATEST_TAG=${LATEST_TAG_WITH_V:1}
7
7
8
8
# Config git
9
9
git config --global user.email
" [email protected] "
10
- git config --global user.name " K-M Deploy Boy "
10
+ git config --global user.name " K-M Deploy Bot "
11
11
12
12
# Clone repo
13
13
git clone https://$GH_TOKEN @github.com/snyk/$KUBERNETES_MONITOR_DEPLOYER_REPO .git
@@ -16,7 +16,7 @@ git clone https://
[email protected] /snyk/$KUBERNETES_MONITOR_DEPLOYER_REPO.gi
16
16
cp -r snyk-monitor/* $KUBERNETES_MONITOR_DEPLOYER_REPO /helm
17
17
18
18
# Replace Chart.yaml with the Chart.yaml from the deployer repo
19
- echo $KUBERNETES_MONITOR_DEPLOYER_REPO /Chart.yaml > > $KUBERNETES_MONITOR_DEPLOYER_REPO /helm/Chart.yaml
19
+ cat $KUBERNETES_MONITOR_DEPLOYER_REPO /Chart.yaml > $KUBERNETES_MONITOR_DEPLOYER_REPO /helm/Chart.yaml
20
20
21
21
# Create environment values file(s)
22
22
cat > $KUBERNETES_MONITOR_DEPLOYER_REPO /helm/values/$PRODUCTION_YAML_FILE_NAME .yaml << EOF
@@ -53,8 +53,7 @@ metadata:
53
53
EOF
54
54
55
55
# Add extra values
56
- echo $KUBERNETES_MONITOR_DEPLOYER_REPO /extra-production-values.yaml > $KUBERNETES_MONITOR_DEPLOYER_REPO /helm/values/$PRODUCTION_YAML_FILE_NAME .yaml
57
-
56
+ cat $KUBERNETES_MONITOR_DEPLOYER_REPO /extra-production-values.yaml >> $KUBERNETES_MONITOR_DEPLOYER_REPO /helm/values/$PRODUCTION_YAML_FILE_NAME .yaml
58
57
59
58
cd $KUBERNETES_MONITOR_DEPLOYER_REPO
60
59
git commit --allow-empty -am " feat: deploy k-m $LATEST_TAG_WITH_V "
You can’t perform that action at this time.
0 commit comments