Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
database-tests
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
James Coyle
database-tests
Commits
30e682b3
Commit
30e682b3
authored
Dec 19, 2016
by
j38560
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed directory path.
parent
abcbbdcf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
bin/deploy_to_test.sh
bin/deploy_to_test.sh
+2
-2
No files found.
bin/deploy_to_test.sh
View file @
30e682b3
...
...
@@ -9,7 +9,7 @@ source $ROOT/functions.sh
runRemoteSQL
$ROOT
/../source/setup.sql
if
[
-d
$ROOT
/../source/tables/
]
;
then
for
f
in
$ROOT
/../source/tables/
for
f
in
$ROOT
/../source/tables/
*
do
runRemoteSQL
"
$f
"
done
...
...
@@ -18,7 +18,7 @@ else
fi
if
[
-d
$ROOT
/../source/fk/
]
;
then
for
f
in
$ROOT
/../source/fk/
for
f
in
$ROOT
/../source/fk/
*
do
runRemoteSQL
"
$f
"
done
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment