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

fix(ci): default arguments definition in physmon #2962

Merged
merged 2 commits into from
Feb 19, 2024

Conversation

AJPfleger
Copy link
Contributor

@AJPfleger AJPfleger commented Feb 19, 2024

Bash needs for the defaults the following syntax VAR=${[number]:-default} (- was missing). Now the variable outdir cannot be empty anymore and we don't need to check.

This does not change anything in the current setup, since we are always specifying both additional arguments.

@AJPfleger AJPfleger added this to the next milestone Feb 19, 2024
@github-actions github-actions bot added the Infrastructure Changes to build tools, continous integration, ... label Feb 19, 2024
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (181b257) 48.82% compared to head (cb45587) 48.82%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2962   +/-   ##
=======================================
  Coverage   48.82%   48.82%           
=======================================
  Files         496      496           
  Lines       28938    28938           
  Branches    13751    13751           
=======================================
  Hits        14130    14130           
  Misses       4909     4909           
  Partials     9899     9899           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kodiakhq kodiakhq bot merged commit 148e0e3 into acts-project:main Feb 19, 2024
54 checks passed
@AJPfleger AJPfleger deleted the physmonbash branch February 19, 2024 17:06
@acts-project-service
Copy link
Collaborator

🔴 Athena integration test results [148e0e3]

Build job with this PR failed!

Please investigate the build job for the pipeline!

@acts-project-service acts-project-service added the Breaks Athena build This PR breaks the Athena build label Feb 19, 2024
@paulgessinger paulgessinger modified the milestones: next, v33.0.0 Mar 6, 2024
@paulgessinger paulgessinger removed the Breaks Athena build This PR breaks the Athena build label Mar 6, 2024
EleniXoch pushed a commit to EleniXoch/acts that referenced this pull request May 6, 2024
Bash needs for the defaults the following syntax `VAR=${[number]:-default}` (`-` was missing). Now the variable `outdir` cannot be empty anymore and we don't need to check.

This does not change anything in the current setup, since we are always specifying both additional arguments.
asalzburger pushed a commit to asalzburger/acts that referenced this pull request May 21, 2024
Bash needs for the defaults the following syntax `VAR=${[number]:-default}` (`-` was missing). Now the variable `outdir` cannot be empty anymore and we don't need to check.

This does not change anything in the current setup, since we are always specifying both additional arguments.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Infrastructure Changes to build tools, continous integration, ...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants