mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 16:38:32 +00:00
Removed CI tests
This commit is contained in:
parent
aeca725d44
commit
6108b7bf9c
2 changed files with 1 additions and 3 deletions
|
|
@ -1,2 +1 @@
|
|||
# echo 'Nothing to deploy right now.'
|
||||
docker buildx build --platform linux/amd64,linux/arm64,linux/386,linux/ppc64le -t appwrite/env-ruby-3.0:1.0.0 ./docker/environments/ruby-3.0/ --push
|
||||
echo 'Nothing to deploy right now.'
|
||||
|
|
@ -34,7 +34,6 @@ install:
|
|||
|
||||
script:
|
||||
- docker ps
|
||||
- docker stop appwrite-maintenance
|
||||
- docker-compose logs appwrite
|
||||
- docker-compose exec appwrite doctor
|
||||
- docker-compose exec appwrite vars
|
||||
|
|
|
|||
Loading…
Reference in a new issue