Skip to content
Snippets Groups Projects
Commit d38b05ad authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Added scripts configuration

parent 989ccc6a
No related branches found
No related tags found
4 merge requests!6End of development,!5Develop,!4End of development,!3Develop
Pipeline #50441 passed
...@@ -51,8 +51,7 @@ runcmd: ...@@ -51,8 +51,7 @@ runcmd:
# #
# Install Rust # Install Rust
# #
- "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y" - "curl https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/scripts/rust.sh | bash"
- "source \"$HOME/.cargo/env\""
# #
# Install Docker # Install Docker
# #
......
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
# #
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
source \"$HOME/.cargo/env\" source "$HOME/.cargo/env"
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment