Skip to content

Commit

Permalink
fix: remove che-dev from CI scripts (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <mkuznets@redhat.com>
  • Loading branch information
mkuznyetsov authored Aug 18, 2021
1 parent 25b832e commit d8726ec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/next-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,6 @@ jobs:
docker push quay.io/eclipse/che-postgres:next
docker push quay.io/eclipse/che-postgres:${{ steps.build.outputs.short_sha1 }}
docker push quay.io/eclipse/che-dev:next
docker push quay.io/eclipse/che-dev:${{ steps.build.outputs.short_sha1 }}
docker push quay.io/eclipse/che-server:next
docker push quay.io/eclipse/che-server:${{ steps.build.outputs.short_sha1 }}
- name: Build ubi8 Che Server image
Expand Down
2 changes: 0 additions & 2 deletions make-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ DOCKER_FILES_LOCATIONS=(
che-server/dockerfiles/endpoint-watcher
che-server/dockerfiles/keycloak
che-server/dockerfiles/postgres
che-server/dockerfiles/dev
che-server/dockerfiles/che
)

IMAGES_LIST=(
quay.io/eclipse/che-endpoint-watcher
quay.io/eclipse/che-keycloak
quay.io/eclipse/che-postgres
quay.io/eclipse/che-dev
quay.io/eclipse/che-server
)

Expand Down

0 comments on commit d8726ec

Please sign in to comment.