Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
soci
Commits
79e222e3
Unverified
Commit
79e222e3
authored
7 years ago
by
Mateusz Łoskot
Committed by
GitHub
7 years ago
Browse files
Options
Download
Patches
Plain Diff
[Travis] Switch to latest Oracle downloader v2.0.3
The new release handles new Oracle login form.
parent
3992cd8f
bc
bc_over_4_0
bc_sqlite_vfs
feature/sqlite3_vfs
feature/uwp_nuget
fix/build_with_no_deprecated_warnings
fix/uwp-build
master
release/4.0
release/4.2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/travis/before_install_oracle.sh
+2
-2
scripts/travis/before_install_oracle.sh
with
2 additions
and
2 deletions
scripts/travis/before_install_oracle.sh
+
2
−
2
View file @
79e222e3
...
...
@@ -15,9 +15,9 @@ nvm install stable
node
--version
# Install travis-oracle
wget
'https://github.com/cbandy/travis-oracle/archive/
hotfix
.tar.gz'
wget
'https://github.com/cbandy/travis-oracle/archive/
v2.0.3
.tar.gz'
mkdir
-p
.travis/oracle
tar
x
-C
.travis/oracle
--strip-components
=
1
-f
hotfix
.tar.gz
tar
x
-C
.travis/oracle
--strip-components
=
1
-f
v2.0.3
.tar.gz
# Download Oracle (do not use Travis CI secure environment!)
export
ORACLE_LOGIN_pass
=
"T
$(
echo
$ORACLE_LOGIN_userid
| rev
)
#2017"
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
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
Menu
Explore
Projects
Groups
Topics
Snippets