Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
deltaflight
deltaflight
Commits
0e97325f
Commit
0e97325f
authored
Jun 23, 2015
by
Paul Rogalinski
Browse files
allow overriding fake_travis_build.sh env vars.
parent
91cb62b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
fake_travis_build.sh
View file @
0e97325f
...
...
@@ -8,8 +8,8 @@ targets=("PUBLISHMETA=True" "RUNTESTS=True" \
#fake a travis build environment
export
TRAVIS_BUILD_NUMBER
=
$(
date
+%s
)
export
BUILDNAME
=
fake_travis
export
TRAVIS_REPO_SLUG
=
$USER
/simulated
export
BUILDNAME
=
${
BUILDNAME
:
=
fake_travis
}
export
TRAVIS_REPO_SLUG
=
$
{
TRAVIS_REPO_SLUG
:
=
$
USER
/simulated
}
for
target
in
"
${
targets
[@]
}
"
do
...
...
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