Simplify commands for jobs in push.yml #1761
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What kind of change does this PR introduce?
Simplifying commands in
push.yml
.What is the current behavior?
push.yml
may contain extra commands.What is the new behavior (if this is a feature change)?
Now since the permissions for script files are fixed and
make
-based build system is almost fully location-agnostic we can call some commands on github CI in a shorter way.Other information:
Tested locally & successfully all the commands from
push.yml
but let's see what github CI will tell about that. I will check & double check the logs & artifacts to make sure that all the builds steps are being performed as expected after creating PR.