mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-06-17 15:01:02 +00:00
Merge pull request #271 from paritytech/eg-docker-build
change working directory / fix travis
This commit is contained in:
@@ -24,6 +24,7 @@ jobs:
|
|||||||
run: cargo run --release -- --help
|
run: cargo run --release -- --help
|
||||||
|
|
||||||
- name: Build and Push template image
|
- name: Build and Push template image
|
||||||
|
working-directory: ./backend
|
||||||
uses: docker/build-push-action@v1 # https://github.com/docker/build-push-action
|
uses: docker/build-push-action@v1 # https://github.com/docker/build-push-action
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
|||||||
@@ -38,6 +38,7 @@ jobs:
|
|||||||
run: yarn build
|
run: yarn build
|
||||||
|
|
||||||
- name: Build and Push template image
|
- name: Build and Push template image
|
||||||
|
working-directory: ./frontend
|
||||||
uses: docker/build-push-action@v1 # https://github.com/docker/build-push-action
|
uses: docker/build-push-action@v1 # https://github.com/docker/build-push-action
|
||||||
with:
|
with:
|
||||||
username: ${{ secrets.DOCKER_USERNAME }}
|
username: ${{ secrets.DOCKER_USERNAME }}
|
||||||
|
|||||||
@@ -26,7 +26,6 @@ before_install:
|
|||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- if [ $TRAVIS_RUST_VERSION = $CLIPPY_TOOLCHAIN ]; then rustup component add clippy-preview --toolchain=$CLIPPY_TOOLCHAIN; fi
|
- if [ $TRAVIS_RUST_VERSION = $CLIPPY_TOOLCHAIN ]; then rustup component add clippy-preview --toolchain=$CLIPPY_TOOLCHAIN; fi
|
||||||
- curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -f
|
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cd frontend
|
- cd frontend
|
||||||
|
|||||||
Reference in New Issue
Block a user