Skip to content

Commit

Permalink
chore: removed targets from Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Oct 29, 2024
1 parent 684a4fa commit 8af3854
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,21 +165,6 @@ detect_changed_source_translations: ## check if translation files are up-to-date

validate_translations: fake_translations detect_changed_source_translations ## install fake translations and check if translation files are up-to-date

# Docker commands

docker_build:
docker build . --target app -t "openedx/registrar:latest"

docker_auth:
echo "$$DOCKERHUB_PASSWORD" | docker login -u "$$DOCKERHUB_USERNAME" --password-stdin

docker_tag: docker_build
docker build . --target app -t "openedx/registrar:${GITHUB_SHA}"

docker_push: docker_tag docker_auth ## push to docker hub
docker push "openedx/registrar:latest"
docker push "openedx/registrar:${GITHUB_SHA}"

install_transifex_client: ## Install the Transifex client
curl -o- https://raw.githubusercontent.com/transifex/cli/master/install.sh | bash
git checkout -- LICENSE README.md

0 comments on commit 8af3854

Please sign in to comment.