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

Copy up-to-date scripts instead of using cached ones #632

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

SuperSandro2000
Copy link
Member

No description provided.

@@ -88,7 +88,7 @@ RUN mkdir -p /tmp/final/global && cp /juno/README.md /tmp/final/global/

WORKDIR /tmp/final

# ADD generate_importmap.mjs /juno/ci/scripts/generate_importmap.mjs
ADD generate_importmap.mjs /juno/ci/scripts/generate_importmap.mjs
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think this wouldn't work cause the build context isn't the juno repo

Copy link
Member Author

Choose a reason for hiding this comment

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

I copy the script over here 4a182d7 (#632) and I tested it in the pipeline already.

@@ -130,7 +130,7 @@ RUN apk add --no-cache findutils zopfli \
# /tmp/final/manifest.json

# Check the integrity of the file structure
# ADD check_file_integrity.sh /juno/ci/scripts/check_file_integrity.sh
ADD check_file_integrity.sh /juno/ci/scripts/check_file_integrity.sh
Copy link
Collaborator

Choose a reason for hiding this comment

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

same here

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