-
Notifications
You must be signed in to change notification settings - Fork 13
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
Remove unused checkout.sh script and set runner explicitly #217
Conversation
.github/workflows/dockerhub.yml
Outdated
@@ -14,3 +14,5 @@ jobs: | |||
secrets: | |||
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }} | |||
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }} | |||
with: | |||
runner: ubuntu-latest-16-core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing s at the end
ubuntu-latest-16-cores
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code catch
.github/workflows/docker.yml
Outdated
jobs: | ||
docker: | ||
uses: usdot-fhwa-stol/actions/.github/workflows/docker.yml@main | ||
with: | ||
runner: ubuntu-latest-16-core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing s at the end
ubuntu-latest-16-cores
Quality Gate passedIssues Measures |
PR Details
Description
Remove unused checkout script and explicitly define runner
Related GitHub Issue
Related Jira Key
Motivation and Context
Remove unused scripts
How Has This Been Tested?
CI
Types of changes
Checklist: