Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
integration
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
elixxir
integration
Commits
73fb0915
Commit
73fb0915
authored
Jan 6, 2022
by
Richard T. Carback III
Browse files
Options
Downloads
Patches
Plain Diff
Fix udbContact.bin copy. This should only occur when running local servers
parent
718eaddf
Branches
Branches containing commit
No related tags found
2 merge requests
!68
Master merge
,
!11
Release
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
basice2e/run.sh
+3
-1
3 additions, 1 deletion
basice2e/run.sh
with
3 additions
and
1 deletion
basice2e/run.sh
+
3
−
1
View file @
73fb0915
...
@@ -3,7 +3,6 @@
...
@@ -3,7 +3,6 @@
# NOTE: This is verbose on purpose.
# NOTE: This is verbose on purpose.
set
-e
set
-e
cp
udbContact.bin results/udbContact.bin
rm
-fr
results.bak
||
true
rm
-fr
results.bak
||
true
mv
results results.bak
||
rm
-fr
results
||
true
mv
results results.bak
||
rm
-fr
results
||
true
rm
-fr
blob
*
||
true
rm
-fr
blob
*
||
true
...
@@ -65,6 +64,9 @@ if [ "$NETWORKENTRYPOINT" == "localhost:8440" ]
...
@@ -65,6 +64,9 @@ if [ "$NETWORKENTRYPOINT" == "localhost:8440" ]
then
then
echo
"STARTING SERVERS..."
echo
"STARTING SERVERS..."
# Copy udbContact into place when running locally.
cp
udbContact.bin results/udbContact.bin
PERMCMD
=
"../bin/permissioning --logLevel
$DEBUGLEVEL
-c permissioning.yaml "
PERMCMD
=
"../bin/permissioning --logLevel
$DEBUGLEVEL
-c permissioning.yaml "
$PERMCMD
>
results/permissioning-console.txt 2>&1 &
$PERMCMD
>
results/permissioning-console.txt 2>&1 &
PIDVAL
=
$!
PIDVAL
=
$!
...
...
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