removed redirection changes, added constant for timeout

This commit is contained in:
Atharva Mulmuley
2021-04-30 12:59:50 +05:30
parent 8ff551ad06
commit 5c875f1e46
3 changed files with 12 additions and 27 deletions

View File

@@ -16,8 +16,8 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
#runs-on: ubuntu-latest
runs-on: self-hosted
runs-on: ubuntu-latest
#runs-on: self-hosted
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
@@ -32,15 +32,3 @@ jobs:
cluster-name: arcaction
resource-group: atharvatest2
token: '${{ secrets.SA_TOKEN }}'
- run: |
kubectl get pods -A
ls
pwd
echo 'hello world' > temp.txt
ls
cat out.log
- run: |
kubectl get pods -A
ls
pwd
cat out.log