Skip to content

Commit

Permalink
#2: - checking if WORKDIR caused problems
Browse files Browse the repository at this point in the history
  • Loading branch information
marcinwrobel1986 committed Jan 28, 2022
1 parent 6c38079 commit 028fd6f
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Build/Test SHAW # GUI display name

on: # Triggers, see https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows
push:
branches: [master, develop, 2-Enable-github-actions-via-docker]
branches: [ master, develop, 2-Enable-github-actions-via-docker ]
pull_request:
branches: [master, develop]
branches: [ master, develop ]

# concurrency: # Concurrency group: which jobs run together and which cancel each other
# group: CI-${{ github.head_ref }}
Expand Down Expand Up @@ -45,13 +45,6 @@ jobs:
- name: Check environment
run: |
echo ======================================================
# echo ===> $WORK_DIR
# ls -la $WORK_DIR
# echo ===> $SHAWBUILDDEB_DIR
# ls -la $SHAWBUILDDEB_DIR
# echo ===> $SHAWBUILDREL_DIR
# ls -la $SHAWBUILDREL_DIR
echo ======================================================
echo CPU Threads: $(grep -c processor /proc/cpuinfo)
echo ======================================================
echo $(which $CXX) --version
Expand Down

0 comments on commit 028fd6f

Please sign in to comment.