Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
gitlab-com
migration
Commits
48567d6e
Commit
48567d6e
authored
Aug 03, 2018
by
Matteo Melli
Browse files
Fixed steps_test
parent
3d43b9a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
5 deletions
+3
-5
bin/database-wrangler/env_test
bin/database-wrangler/env_test
+0
-0
bin/database-wrangler/steps_test
bin/database-wrangler/steps_test
+3
-5
No files found.
bin/database-wrangler/env_test
0 → 100644
View file @
48567d6e
bin/database-wrangler/steps_test
View file @
48567d6e
#!/bin/bash
export
steps
=(
000_step 001_step
)
export
steps
=(
000_step
1
001_step
2
)
function
000_
step
(){
function
step
1
(){
echo
"Running things inside"
return
$1
}
function
001_
step
(){
function
step
2
(){
echo
"Running things inside"
return
$1
}
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