Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
KalanaDananjaya authored Apr 26, 2024
1 parent 39f18b9 commit 24264cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/verify-containers.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Verify jalien-setup
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
Expand Down Expand Up @@ -32,8 +32,6 @@ jobs:
cd ${{ github.workspace }}
cd ..
git clone https://gitlab.cern.ch/jalien/jalien-setup
- name: debug
run: ls ../
- name: Clone jalien
run: |
cd ${{ github.workspace }}
Expand All @@ -57,6 +55,8 @@ jobs:
export SE_NAME=shared_volume_JCentral-dev-SE_1
export WORKER_NAME=shared_volume_worker1_1
" >> ${{ github.workspace }}/../jalien-setup/bash/config/config.sh
- name: debug
run: ls ${{ github.workspace }}/../jalien-setup
- name: Run jalien-setup bash scripts
run: |
cd ${{ github.workspace }}/../jalien-setup/bash
Expand Down

0 comments on commit 24264cc

Please sign in to comment.