Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gocd: slfo-stagins: Minor syntax hot fix. #3150

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

gleidi-suse
Copy link
Contributor

No description provided.

@gleidi-suse
Copy link
Contributor Author

This PR should fix gocds's

Invalid Merged Configuration30 Aug, 2024 at 09:48:18 Local Time

Number of errors: 2+
1. Error when processing params for 'set -eu
export PYTHONPATH=$PWD/scripts
for letter in A B C D E F G H S V Y ; do
  # if the staging was frozen today, skip it
  if ! osc -A $STAGING_API meta attribute "${SLFO_PROJECT}:Staging:${letter}" --attribute OSRT:FreezeTime | grep $(date +%Y-%m-%d); then
    osc -A $STAGING_API staging freeze -p $SLFO_PROJECT $letter
  else
    echo Skipping "${SLFO_PROJECT}:Staging:${letter}"
  fi
done' used in field 'value', # must be followed by a parameter pattern or escaped by another #;; 
2. Invalid cron syntax: Day of month values must be between 1 and 31;; 
- For Config Repo: https://github.com/openSUSE/openSUSE-release-tools.git at c4b86e767f90887699dc11e6d27e2e216fdd1ff7

@gleidi-suse gleidi-suse merged commit 82f193b into openSUSE:master Aug 30, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant