Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
Rename loom in docker command line
Browse files Browse the repository at this point in the history
Summary: Rename `loom` in docker build cl.

Reviewed By: BurntBrunch

Differential Revision: D7222901

fbshipit-source-id: f953980958b9ec470b6a95e377c38bd39d269134
  • Loading branch information
aandreyeu authored and facebook-github-bot committed Mar 12, 2018
1 parent 5d8eb8e commit 5734203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ services:
- docker

install:
- docker build -t loom:17.10 -f build/Dockerfile .
- docker build -t profilo:17.10 -f build/Dockerfile .

script:
- set -e
- docker run -t loom:17.10 /usr/bin/env TERM=dumb bash /repo/build/build.sh
- docker run -t profilo:17.10 /usr/bin/env TERM=dumb bash /repo/build/build.sh
- build/copy_artifacts_to_host.sh

before_deploy:
Expand Down

0 comments on commit 5734203

Please sign in to comment.