Skip to content

Commit

Permalink
chore: move atlas installation to dockerfile (#1075)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Yuichi Okimoto <[email protected]>
  • Loading branch information
cre8ivejp authored Jun 27, 2024
1 parent 0ee8a6a commit 183b566
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ RUN if [ -z $DeveloperBuild ]; then \
else \
curl -sSL https://aka.ms/getvsdbgsh | bash /dev/stdin -v latest -l /vsdbg ; \
fi
# Install the Atlas for MySQL migration
RUN curl -sSf https://atlasgo.sh | sh -s -- -y
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ local-deps:
go install github.com/google/gnostic/cmd/[email protected]; \
go install github.com/nilslice/protolock/[email protected]; \
go install github.com/mikefarah/yq/[email protected]
curl -sSf https://atlasgo.sh | sh

.PHONY: lint
lint:
Expand Down Expand Up @@ -287,6 +286,7 @@ check-apply-migration:
#############################

# build devcontainer locally
.PHONY: build-devcontainer
build-devcontainer:
devcontainer build --workspace-folder=.github --push=false --image-name="ghcr.io/bucketeer-io/bucketeer-devcontainer:latest"

Expand Down

0 comments on commit 183b566

Please sign in to comment.