Skip to content

Commit

Permalink
Rename files to distinguish between local and ci scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
tubadzin authored and koalamitice committed Nov 4, 2024
1 parent 635bb81 commit eb189c4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
echo "$GAMS_PATH" >> "$GITHUB_PATH"
echo "GMSPYTHONLIB=/opt/conda/envs/gams/lib/libpython3.10.so" >> "$GITHUB_ENV"
- name: Install solver dependencies
run: ./scripts/ci-setup-gams.sh
run: ./scripts/ci-setup-solvers.sh
- name: Run checks
shell: bash # required for the source command
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ ENV PATH="${PATH}:/opt/java/bin"

# Install the toolbox server and its solver scripts
COPY solvers solvers
RUN scripts/ci-setup-gams.sh
RUN scripts/ci-setup-solvers.sh
COPY --from=builder /app/build/libs/toolbox-server-*.jar toolbox-server.jar

# Run the toolbox server on dokku's default port
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit eb189c4

Please sign in to comment.