Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
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
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
Supports
Markdown
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