Skip to content

Commit 45ced6e

Browse files
committed
Removed extra code
1 parent 7a0cce5 commit 45ced6e

File tree

1 file changed

+1
-19
lines changed

1 file changed

+1
-19
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -93,22 +93,4 @@ jobs:
9393
APP_ID: ${{ secrets.APP_ID }}
9494
APP_KEY: ${{ secrets.APP_KEY }}
9595
TENANT_ID: ${{ secrets.TENANT_ID }}
96-
TEST_DATABASE: ${{ secrets.TEST_DATABASE }}
97-
deploy:
98-
if: github.ref == 'refs/heads/master'
99-
runs-on: ubuntu-latest
100-
needs: e2e
101-
steps:
102-
- uses: ruby/setup-ruby@v1
103-
with:
104-
ruby-version: jruby
105-
bundler-cache: true
106-
- name: Checkout code
107-
uses: actions/checkout@v2
108-
- name: Get version
109-
run: echo "::set-output name=VERSION::`cat logstash-output-kusto.gemspec | grep .version | cut -d \' -f2`"
110-
id: get-version
111-
- name: Get color
112-
run: echo "The selected color is ${{ steps.random-color-generator.outputs.SELECTED_COLOR }}"
113-
- name: get version
114-
run:
96+
TEST_DATABASE: ${{ secrets.TEST_DATABASE }}

0 commit comments

Comments
 (0)