Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Labo Rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
systemes-dinformation
alpha
projects
Labo Rust
Commits
d38b05ad
Commit
d38b05ad
authored
2 years ago
by
Nathan Rodet
Browse files
Options
Downloads
Patches
Plain Diff
Added scripts configuration
parent
989ccc6a
No related branches found
No related tags found
4 merge requests
!6
End of development
,
!5
Develop
,
!4
End of development
,
!3
Develop
Pipeline
#50441
passed
2 years ago
Stage: prepare
Stage: validate
Stage: build
Stage: deploy
Stage: destroy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
instance-scripts/cloud-init.yml
+1
-2
1 addition, 2 deletions
instance-scripts/cloud-init.yml
instance-scripts/scripts/rust.sh
+1
-1
1 addition, 1 deletion
instance-scripts/scripts/rust.sh
with
2 additions
and
3 deletions
instance-scripts/cloud-init.yml
+
1
−
2
View file @
d38b05ad
...
...
@@ -51,8 +51,7 @@ runcmd:
#
# Install Rust
#
-
"
curl
--proto
'=https'
--tlsv1.2
-sSf
https://sh.rustup.rs
|
sh
-s
--
-y"
-
"
source
\"
$HOME/.cargo/env
\"
"
-
"
curl
https://forge.grandlyon.com/systemes-dinformation/alpha/projects/labo-rust/-/raw/develop/instance-scripts/scripts/rust.sh
|
bash"
#
# Install Docker
#
...
...
This diff is collapsed.
Click to expand it.
instance-scripts/scripts/rust.sh
+
1
−
1
View file @
d38b05ad
...
...
@@ -5,4 +5,4 @@
#
curl
--proto
'=https'
--tlsv1
.2
-sSf
https://sh.rustup.rs | sh
-s
--
-y
source
\"
$HOME
/.cargo/env
\"
\ No newline at end of file
source
"
$HOME
/.cargo/env"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment