This repository was archived by the owner on Aug 31, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
ci/rome-ci-x86-64-centos7 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 registry : ghcr.io
1919 username : ${{ github.actor }}
2020 password : ${{ secrets.GITHUB_TOKEN }}
21+ - name : Checkout PR Branch
22+ uses : actions/checkout@v3
23+ with :
24+ submodules : false
25+ - name : List ci
26+ working-directory : ci
27+ run : ls -la
2128 - name : Publish Container
22- run : ./ci/publish.sh
29+ working-directory : ci
30+ run : ./publish.sh
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ RUN yum install gcc gcc-c++ make openssl-devel git -y
55RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
66RUN nvm install 14
77RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
8- RUN cargo install cargo-audit
8+ RUN cargo install cargo-audit
9+ CMD ["/bin/bash" , "--login" ]
You can’t perform that action at this time.
0 commit comments