-
Notifications
You must be signed in to change notification settings - Fork 200
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
CI/CD breakage #283
Comments
It looks like the failure occurs when running (Sending this from my phone, will verify further when able) |
Just got online. Michael, that sounds logical. Would it be ok to add defaults:
run:
shell: bash I'll set that preference and try with |
I am not sure of an argument for using |
Out of a preference for portability, I'd probably be happiest if we completely ripped out bash and relied purely on POSIX I'm entirely fine with our workflows requiring |
That's a good idea with the '.' swapped in. I'll give it a go. In our ci.yml we have the shell defaults set to bash so that's why I suggested it initially. |
I think the issue could be related to the Dockerfile where the venv file should be included so it can be found by the CI/CD docker-merge...will continue testing. Note - that alone does not resolve the issue. COPY scripts/install-build-tools.sh /opt/tx-processor/scripts/install-build-tools.sh
COPY scripts/setup-dependencies.sh /opt/tx-processor/scripts/setup-dependencies.sh
COPY scripts/activate-venv.sh /opt/tx-processor/scripts/activate-venv.sh traced from here: **| 249.5 scripts/install-build-tools.sh: line 89: scripts/activate-venv.sh: No such file or directory**
| ------
| Dockerfile:23
| --------------------
| 21 | WORKDIR /opt/tx-processor
| 22 |
| 23 | >>> RUN /usr/bin/env bash -c scripts/install-build-tools.sh
| 24 | RUN scripts/setup-dependencies.sh
| 25 |
| -------------------- |
Signed-off-by: Morgan Rockett <morgan.rockett@tufts.edu>
Signed-off-by: Morgan Rockett <morgan.rockett@tufts.edu>
Signed-off-by: Morgan Rockett <morgan.rockett@tufts.edu>
Signed-off-by: Morgan Rockett <morgan.rockett@tufts.edu>
Co-authored-by: Michael Maurer <maurer.mi@northeastern.edu> Signed-off-by: Morgan Rockett <morgan.rockett@tufts.edu>
Signed-off-by: Morgan Rockett <morgan.rockett@tufts.edu>
Signed-off-by: Morgan Rockett <morgan.rockett@tufts.edu>
Signed-off-by: Morgan Rockett <morgan.rockett@tufts.edu>
Signed-off-by: Morgan Rockett <morgan.rockett@tufts.edu>
@rockett-m, it looks like the docker merge CI/CD step is failing from the merge of #265. It's not spurious (rerunning the job failed as well). Help resolving would be appreciated.
The text was updated successfully, but these errors were encountered: