Compare commits

..

1 commit
main ... main

Author SHA1 Message Date
test
d402d6385c Update 'README.md' 2023-03-18 20:20:44 +00:00
2 changed files with 33 additions and 41 deletions

View file

@ -1,34 +1,32 @@
steps:
test1:
image: bash
commands:
- pwd
- w
- whoami
- echo $HOME
- echo $SECRET
- env
secrets: [ secret ]
test2:
image: sh
commands:
- pwd
- w
- echo $HOME
test3:
image: fish
commands:
- echo test > test
- echo test2 >> test
- echo (cat test)
- python -c "import this"
- set test a
- echo $test
test4:
image: zsh
commands:
- echo Hello world!
- echo $SHELL
- pwd
- env
- git status
pipeline:
test1:
image: bash
commands:
- pwd
- w
- whoami
- echo $HOME
- env
test2:
image: sh
commands:
- pwd
- w
- echo $HOME
test3:
image: fish
commands:
- echo test > test
- echo test2 >> test
- echo (cat test)
- python -c "import this"
- set test a
- echo $test
test4:
image: zsh
commands:
- echo Hello world!
- echo $SHELL
- pwd
- env
- git status

View file

@ -1,7 +1 @@
# Hello-world
[![Build Status](https://ci.exozy.me/api/badges/a/Hello-world/status.svg)](https://ci.exozy.me/a/Hello-world)
Testing exogit
$\displaystyle \sum_{m=2}^{\infty} \sum_{n=2}^{\infty} \frac{1}{n^m} = 1$
Hello from LibrePlanet!!