Skip to content

Commit

Permalink
Fix directory .sls to look at upstream GH submodule (#38)
Browse files Browse the repository at this point in the history
Salt files are failing on installing FE build, this change points to the upstream dir in the container

@lyft/command-center @amalakar @mistercrunch
  • Loading branch information
hughhhh authored and lyft-buildnotify-2 committed Nov 6, 2017
1 parent 24a826b commit be31284
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ops/config/states/superset/dependencies.sls
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ Ensure virtualenv is up to date:
Ensure yarn is installed:
cmd.run:
- name: npm install -g yarn
- cwd: /code/superset-private/upstream/superset/assets
- cwd: /srv/service/current/upstream/superset/assets

Fetch npm dependencies:
cmd.run:
- name: yarn
- cwd: /code/superset-private/upstream/superset/assets
- cwd: /srv/service/current/upstream/superset/assets

Run javascript build:
cmd.run:
- name: yarn run build
- cwd: /code/superset-private/upstream/superset/assets
- cwd: /srv/service/current/upstream/superset/assets

0 comments on commit be31284

Please sign in to comment.