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

scripts: Fix a bug in script path, use ${script_dir} consistently #39

Merged
merged 1 commit into from
Jun 15, 2020

Conversation

errordeveloper
Copy link
Contributor

This failed here https://github.com/cilium/image-tools/runs/772247032?check_suite_focus=true.

We should have a way of testing some of this logic before merging, I opened #38.

Signed-off-by: Ilya Dmitrichenko <errordeveloper@gmail.com>
@@ -32,9 +34,9 @@ shift 5
registries=("${@}")

if [ "${with_root_context}" = "false" ] ; then
image_tag="$("${root_dir}/images/scripts/make-image-tag.sh" "${image_dir}")"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This has slipped in form #37, as I was testing this script with slightly different directory structure.

@aanm aanm merged commit e61242d into cilium:master Jun 15, 2020
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