Skip to content

Commit

Permalink
Updates gitignore and nightwatch with correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyanliu authored and xxx7xxxx committed Aug 17, 2017
1 parent a34d4d3 commit ef12772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ _testmain.go
.env
build
_vendor
rootfs/opt
rootfs/alpine/opt

.DS_Store
.idea/
Expand Down
4 changes: 2 additions & 2 deletions nightwatch.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- name: build_image
shell: make vendor_clean && make vendor_get && make clean && make
docker_file: rootfs/Dockerfile.server
docker_file: rootfs/alpine/Dockerfile.server
docker_registry: dockerhub.megaease.com
image_name: megaease/easegateway
image_name: megaease/easegateway:server-0.1.0
push_image: true
notifications:
emails:
Expand Down

0 comments on commit ef12772

Please sign in to comment.