Skip to content

Commit

Permalink
Back out the 0.2.2 Release (#1464)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrecursion committed Feb 11, 2021
1 parent 60ab9eb commit afcac4c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,25 +302,25 @@ jobs:
draft: true
prerelease: true

- name: Login to ACR
uses: docker/login-action@v1
with:
registry: ensosharedwus2acr.azurecr.io
username: ${{ secrets.ACR_PUSH_CLIENT_ID }}
password: ${{ secrets.ACR_PUSH_CLIENT_SECRET }}

- name: Copy the docker entrypoint script
shell: bash
run: |
sleep 1
cp ./repo/tools/ci/docker/docker-entrypoint.sh ./repo/built-distribution/enso-engine-${{ env.DIST_VERSION }}-linux-amd64/enso-${{ env.DIST_VERSION }}/bin
- name: Publish Runtime Docker Image
shell: bash
run: |
sleep 1
docker build -t ensosharedwus2acr.azurecr.io/runtime:${{ env.DIST_VERSION }} -f ./repo/tools/ci/docker/Dockerfile ./repo/built-distribution/enso-engine-${{ env.DIST_VERSION }}-linux-amd64/enso-${{ env.DIST_VERSION }}
docker push ensosharedwus2acr.azurecr.io/runtime:${{ env.DIST_VERSION }}
# - name: Login to ACR
# uses: docker/login-action@v1
# with:
# registry: ensosharedwus2acr.azurecr.io
# username: ${{ secrets.ACR_PUSH_CLIENT_ID }}
# password: ${{ secrets.ACR_PUSH_CLIENT_SECRET }}
#
# - name: Copy the docker entrypoint script
# shell: bash
# run: |
# sleep 1
# cp ./repo/tools/ci/docker/docker-entrypoint.sh ./repo/built-distribution/enso-engine-${{ env.DIST_VERSION }}-linux-amd64/enso-${{ env.DIST_VERSION }}/bin
#
# - name: Publish Runtime Docker Image
# shell: bash
# run: |
# sleep 1
# docker build -t ensosharedwus2acr.azurecr.io/runtime:${{ env.DIST_VERSION }} -f ./repo/tools/ci/docker/Dockerfile ./repo/built-distribution/enso-engine-${{ env.DIST_VERSION }}-linux-amd64/enso-${{ env.DIST_VERSION }}
# docker push ensosharedwus2acr.azurecr.io/runtime:${{ env.DIST_VERSION }}

# Publish the launcher packages to the backup/fallback S3 bucket
- name: Prepare AWS Session
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val scalacVersion = "2.13.3"
val rustVersion = "1.40.0-nightly (b520af6fd 2019-11-03)"
val graalVersion = "20.2.0"
val javaVersion = "11"
val ensoVersion = "0.2.3-SNAPSHOT" // Note [Engine And Launcher Version]
val ensoVersion = "0.2.2-SNAPSHOT" // Note [Engine And Launcher Version]

/* Note [Engine And Launcher Version]
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Expand Down

0 comments on commit afcac4c

Please sign in to comment.