Skip to content

Commit

Permalink
fix(rollout-renku-deployments): Exclude "archive" folder from updates. (
Browse files Browse the repository at this point in the history
  • Loading branch information
aledegano authored Jan 17, 2024
1 parent 499188d commit e45adae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollout-renku-version/rollout-renku-deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ GIT_EMAIL=${GIT_EMAIL:[email protected]}
GIT_USER=${GIT_USER:="Renku Bot"}
CHART_NAME=${CHART_NAME:=$(echo $GITHUB_REPOSITORY | cut -d/ -f2)}
PRODUCTION_DIR=${PRODUCTION_DIR:="gitops/production"}
EXCLUDE_CLUSTERS=${EXCLUDE_CLUSTERS:="rancher renku-dev bit dslab-epfl unifr"}
EXCLUDE_CLUSTERS=${EXCLUDE_CLUSTERS:="archive rancher renku-dev bit dslab-epfl unifr"}

# set up git
git config --global user.email "$GIT_EMAIL"
Expand Down

0 comments on commit e45adae

Please sign in to comment.