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

Commit

Permalink
pulling repo
Browse files Browse the repository at this point in the history
  • Loading branch information
xunilrj committed Dec 6, 2022
1 parent f91a4f8 commit 070b486
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/publish_container_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,13 @@ jobs:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout PR Branch
uses: actions/checkout@v3
with:
submodules: false
- name: List ci
working-directory: ci
run: ls -la
- name: Publish Container
run: ./ci/publish.sh
working-directory: ci
run: ./publish.sh
5 changes: 4 additions & 1 deletion ci/rome-ci-x86-64-centos7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ RUN yum install gcc gcc-c++ make openssl-devel git -y
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
RUN nvm install 14
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
RUN cargo install cargo-audit
RUN cargo install cargo-audit
RUN cargo install cargo-nextest
RUN cargo install just
CMD ["/bin/bash", "--login"]

0 comments on commit 070b486

Please sign in to comment.