Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Fix using pushd / popd in makefile #570

Merged
merged 1 commit into from
May 18, 2021
Merged

Fix using pushd / popd in makefile #570

merged 1 commit into from
May 18, 2021

Conversation

jpmcb
Copy link
Contributor

@jpmcb jpmcb commented May 17, 2021

What this PR does / why we need it

I was having trouble running make update-pacakge-all and saw this error:

/bin/sh: 5: pushd: not found

Looks like pushd and popd are bash shell builtins and we can't consistently use them.

Also fixed a broken reference from lock-images to lock-images-all in the update-package-all command

Describe testing done for PR

Successfully ran update-package-all and images pushed to registry correctly

Use lock-images-all in update-package-all command
@jpmcb jpmcb requested a review from seemiller May 17, 2021 22:19
Copy link
Contributor

@stmcginnis stmcginnis left a comment

Choose a reason for hiding this comment

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

Looks good!

@jpmcb jpmcb merged commit 7145438 into main May 18, 2021
@jpmcb jpmcb deleted the jpmcb/makefile-fix branch May 18, 2021 15:37
@jpmcb jpmcb mentioned this pull request May 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants