Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ script:
- tox -e $TOX_ENV
jobs:
include:
- name: Build container
before_install: pip install pipenv awscli
install: pipenv install
script: make dist
- stage: publish image
install:
- pip install pipenv awscli
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.PHONY: help install deps wheel container dist clean distclean test tests \
update publish
SHELL=/bin/bash
S3_BUCKET=carbon-deploy
S3_BUCKET=deploy-mitlib-stage
ORACLE_ZIP=instantclient-basiclite-linux.x64-18.3.0.0.0dbru.zip
ECR_REGISTRY=672626379771.dkr.ecr.us-east-1.amazonaws.com
DATETIME:=$(shell date -u +%Y%m%dT%H%M%SZ)
Expand Down
Loading