cicd: run in shell

This commit is contained in:
Naramsim 2023-12-12 09:39:12 +01:00
parent caefada677
commit a2ef2e9fdc

View file

@ -104,7 +104,7 @@ get_invokator_pr_number() {
# Clone the repository containing the static JSON files # Clone the repository containing the static JSON files
clone() { clone() {
git clone "https://github.com/${org}/${data_repo}.git" "$data_repo" git clone "https://github.com/${org}/${data_repo}.git" "$data_repo"
cd "$data_repo" && git checkout staging (cd "$data_repo" && git checkout staging)
} }
# Configure git to use the supplied user when committing # Configure git to use the supplied user when committing