Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nexus Tools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Public
Nexus Tools
Commits
85fe6ee1
Commit
85fe6ee1
authored
3 years ago
by
Dean Lovett
Browse files
Options
Downloads
Patches
Plain Diff
fix: fixed update
parent
7c4a3b02
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
run.sh
+2
-1
2 additions, 1 deletion
run.sh
with
2 additions
and
1 deletion
run.sh
+
2
−
1
View file @
85fe6ee1
...
...
@@ -15,6 +15,7 @@ case "$1" in
echo
"cq, code-quality Runs the nexus code quality tool"
echo
"gu, gemfile-updater Runs the gemfile updater tool, outputting common gemfiles in the console"
echo
"bu, bundle-update Mounts the Gemfile and lockfile and runs bundle update."
echo
"update Updates this script to the latest version."
echo
"-h, --help show brief help"
exit
0
;;
...
...
@@ -49,7 +50,7 @@ case "$1" in
;;
update
)
shift
echo
"Downloading new version"
wget https://gitlab.nexdev.uk/pub/nexus-tools/-/raw/master/run.sh
-O
~/nexus-tools.sh
echo
"Container now must be rebuilt!"
;;
esac
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