Skip to content

Commit

Permalink
Merge pull request #553 from tramlinehq/patch-main-4644809
Browse files Browse the repository at this point in the history
[PATCH] [1.19.0] Update weather.yml to not run weather
  • Loading branch information
tramline-github-dev[bot] authored Apr 24, 2024
2 parents 00583c1 + 303e68a commit fabafc9
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions .github/workflows/weather.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,34 +27,3 @@ jobs:
with:
name: version
path: version.txt

build:
runs-on: ubuntu-latest
steps:
- name: Install weather 📚
run: |
sudo apt-get update && sudo apt-get install -y ansiweather
- name: Print the London weather 🌦
run: |
ansiweather -l London,GB -f 3
- name: Write the weather to a file
shell: bash
run: |
value=`ansiweather -l London,GB -f 3 > weather.txt`
echo The result is $value
- name: Upload weather file
uses: actions/upload-artifact@v2
with:
name: weather
path: weather.txt

- run: echo "hi2u" >> smol.txt
- run: head -c 50000000 < /dev/urandom > big.txt

- uses: actions/upload-artifact@v3
with:
name: release-smol-fake
path: smol.txt

0 comments on commit fabafc9

Please sign in to comment.