Skip to content

cleanUpRuns.sh - date fix#842

Merged
jozefbakus merged 1 commit intodevelopfrom
fix/clean-up-script-fix-date-command
Mar 6, 2024
Merged

cleanUpRuns.sh - date fix#842
jozefbakus merged 1 commit intodevelopfrom
fix/clean-up-script-fix-date-command

Conversation

@jozefbakus
Copy link
Collaborator

@jozefbakus jozefbakus commented Mar 6, 2024

cleanUpRuns.sh - date fix:
timestamp_unix=$(date -jf "%Y-%m-%d %H:%M:%S" "$timestamp_string" +%s) replaced with timestamp_unix=$(date -d "$timestamp_string" +%s)
Original date -jf command works only on macos

@jozefbakus jozefbakus self-assigned this Mar 6, 2024
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 6, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Collaborator

@kevinwallimann kevinwallimann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jozefbakus jozefbakus merged commit 64b9b2c into develop Mar 6, 2024
@jozefbakus jozefbakus deleted the fix/clean-up-script-fix-date-command branch March 6, 2024 13:56
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.

2 participants