Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uw_wcms_gesso
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository 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
WCMS
uw_wcms_gesso
Commits
5898e72d
Commit
5898e72d
authored
4 years ago
by
Chris Shantz
Browse files
Options
Downloads
Patches
Plain Diff
Update build_gesso.sh changing --force and --symbolic to -fs so it will work in docker.
parent
24e23493
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build_gesso.sh
+1
-1
1 addition, 1 deletion
build_gesso.sh
with
1 addition
and
1 deletion
build_gesso.sh
+
1
−
1
View file @
5898e72d
...
...
@@ -35,7 +35,7 @@ if [ -d "source" ]; then
rm
-rf
source
echo
"Done removing old source directory ..."
fi
ln
-
-force
--symbolic
"../source"
source
ln
-
fs
"../source"
source
echo
"Done symbolic linking source directory ..."
echo
"Removing style lint config and replacing with UW config ..."
...
...
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