Skip to content

Commit bebd922

Browse files
committed
Fix some typos
1 parent 09661a5 commit bebd922

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/eessi-in-ci.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,11 @@
1212
into a shared repository. Each time code is added or updated, automated processes build the application and run tests
1313
to verify that everything still works correctly. This verification workflow is exactly the process we went through in
1414
the last episode:
15+
1516
* Prepare the environment
1617
* Build the application
1718
* Make sure it works
19+
1820
CI is about automating that workflow to ensure it is carried out whenever we make changes to our
1921
application...and letting us know when things go wrong!
2022

@@ -271,9 +273,9 @@ will become a green tick which indicates that our CI for the commit has passed.
271273

272274
??? note "What would have our CI looked like in GitLab?"
273275

274-
There are not so many real differences with how our specific CI would have looked like in CI/CD. The core steps
275-
that we need to run are the same, but the structure to get to them is different. Again an LLM is of major
276-
assistance when creating our CI file.
276+
There are not so many real differences with how our specific CI would have looked like in GitLab CI/CD. The core
277+
steps that we need to run are the same, but the structure to get to them is different. Again an LLM is of major
278+
assistance when creating our CI file for GitLab.
277279

278280
One major practical difference is where the CI file is stored and what it is called. In the case of GitLab CI/CD,
279281
the workflow must be stored in a file called

docs/eessi-use-cases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ These use cases are discussed in details in our open-access paper, available via
1818

1919
In the rest of this tutorial we will explore aspects of these use cases:
2020

21-
* Using EESSI as base layer for software, and installing additional software on top of EESSI using `EESSI-extend`
21+
* Using EESSI as base layer for software, and installing additional software on top of EESSI with and without `EESSI-extend`
2222
* Building user applications with EESSI, and using EESSI in Continuous Integration (CI) environments with GitHub Actions or GitLab CI
2323
* Discuss some advanced topics including MPI applications, GPU applications, and using other tools (such as Spack) on top of EESSI
2424

0 commit comments

Comments
 (0)