Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
heroku-buildpack-python
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Evili del Rio i Silvan
heroku-buildpack-python
Commits
62eaae35
Unverified
Commit
62eaae35
authored
6 years ago
by
Casey
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #781 from heroku/update-hatchet-setup
Update to reflect Hatchet updates
parents
a6452a1c
2f32c541
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+2
-3
2 additions, 3 deletions
.travis.yml
Gemfile.lock
+9
-9
9 additions, 9 deletions
Gemfile.lock
spec/spec_helper.rb
+1
-1
1 addition, 1 deletion
spec/spec_helper.rb
with
12 additions
and
13 deletions
.travis.yml
+
2
−
3
View file @
62eaae35
...
...
@@ -5,9 +5,7 @@ rvm:
-
2.4.4
before_script
:
-
gem install bundler -v 1.16.2
-
bundle exec rake hatchet:setup_travis
before_install
:
-
sudo bash etc/ci-setup.sh
-
bundle exec hatchet ci:setup
jobs
:
include
:
-
stage
:
Bash linting (shellcheck)
...
...
@@ -35,5 +33,6 @@ env:
-
HATCHET_RETRIES=3
-
IS_RUNNING_ON_CI=true
-
HATCHET_APP_LIMIT=5
-
HATCHET_DEPLOY_STRATEGY=git
-
secure
:
yjtlPE5FbVxTKnjUy/tZUBgSEf4qADD3QOxtgziuid73S0U/1IEXlMGFULsQzIjtlHKmHeywZqpVVEpthIH4RuT7uoX1Pb7SSM/g0T8fT3VoEFbFK1uYl0oZQbUS4Klxv9tPiumj8if3m6ULEGIz1X0wZcMOC0tMLwVCnwmap0E=
-
secure
:
ZeFTHWwnpIKE9nAqs88ocmiQh7bKce84lilGm5J23nf3N6V4wNyLwqlkvsM008WGBCaOg9AUx7ZunasT0ANsR5gLP3eV2UUg7ILdRgV2Gy13eNRFheC4PHdN92RqQ3aKoqlIv2K999xlhVjod0NzhkQQXB6PddfQINbuU7ks6As=
This diff is collapsed.
Click to expand it.
Gemfile.lock
+
9
−
9
View file @
62eaae35
...
...
@@ -6,16 +6,16 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
concurrent-ruby (1.
0.5
)
concurrent-ruby (1.
1.3
)
diff-lcs (1.3)
erubis (2.7.0)
excon (0.62.0)
heroics (0.0.2
4
)
heroics (0.0.2
5
)
erubis (~> 2.0)
excon
moneta
multi_json (>= 1.9.2)
heroku_hatchet (4.0.
2
)
heroku_hatchet (4.0.
6
)
excon (~> 0)
minitest-retry (~> 0.1.9)
platform-api (~> 2)
...
...
@@ -23,16 +23,16 @@ GEM
rrrretry (~> 1)
thor (~> 0)
threaded (~> 0)
i18n (1.1.
0
)
i18n (1.1.
1
)
concurrent-ruby (~> 1.0)
minitest (5.11.3)
minitest-retry (0.1.9)
minitest (>= 5.0)
moneta (
0.8.1
)
moneta (
1.0.0
)
multi_json (1.13.1)
platform-api (2.
1
.0)
heroics (~> 0.0.2
3
)
moneta (~>
0.8.1
)
platform-api (2.
2
.0)
heroics (~> 0.0.2
5
)
moneta (~>
1.0.0
)
rake (12.3.1)
repl_runner (0.0.3)
activesupport
...
...
@@ -52,7 +52,7 @@ GEM
rspec-retry (0.6.1)
rspec-core (> 3.3)
rspec-support (3.8.0)
thor (0.20.
0
)
thor (0.20.
3
)
thread_safe (0.3.6)
threaded (0.0.4)
tzinfo (1.2.5)
...
...
This diff is collapsed.
Click to expand it.
spec/spec_helper.rb
+
1
−
1
View file @
62eaae35
ENV
[
'HATCHET_BUILDPACK_BASE'
]
=
'https://github.com/
heroku/heroku-buildpack-python
.git'
ENV
[
'HATCHET_BUILDPACK_BASE'
]
=
'https://github.com/
'
+
ENV
[
'TRAVIS_REPO_SLUG'
]
+
'
.git'
require
'rspec/core'
require
'rspec/retry'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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