Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootcamp update 2023 #4

Merged
merged 1 commit into from
Dec 11, 2023
Merged

Bootcamp update 2023 #4

merged 1 commit into from
Dec 11, 2023

Conversation

JTrillo
Copy link
Member

@JTrillo JTrillo commented Dec 5, 2023

No description provided.

@JTrillo JTrillo requested a review from JaimeSalas December 5, 2023 22:08
@JTrillo
Copy link
Member Author

JTrillo commented Dec 5, 2023

These are all the updates I made for this year's bootcamp devops edition

@@ -83,7 +83,8 @@ jobs:
runs-on: ubuntu-latest

steps:
+ - uses: actions/checkout@v3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove + uses: actions/checkout@v3 bellow includes version 4

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is removed :) But it is hard to check differences on a diff statement. I attach a screenshot to see it more clear.

image

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry my silly comment then.

- runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 15.x, 16.x]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can upgrade the Node versions to 16, 17 and 18

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated


* Update `ci.yml`

```yml
```diff
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't like to use diff with yaml. Why? Because identation mess things up, instead we can use a comment. Maybe it's a good time to start a demo writing style guide.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@@ -130,14 +129,14 @@ docker compose -f test-integration.yml up --force-recreate --exit-code-from buil

If we run this, we will find that our service `build-db-relationships` is unable to find the postgres database:

```
```output
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice I didn't know about output on markdown.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added output because lint shows a warning when a code block (```) has no language.

image

The list of supported languages/syntaxes: https://github.com/jincheng9/markdown_supported_languages

@JTrillo JTrillo force-pushed the bootcamp-update-2023 branch 3 times, most recently from d969e75 to f362f02 Compare December 11, 2023 19:59
@JTrillo JTrillo force-pushed the bootcamp-update-2023 branch from f362f02 to 898defe Compare December 11, 2023 20:16
@JaimeSalas JaimeSalas closed this Dec 11, 2023
@JaimeSalas JaimeSalas reopened this Dec 11, 2023
Copy link
Member

@JaimeSalas JaimeSalas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really good job!!!

@JTrillo JTrillo merged commit 729e78e into main Dec 11, 2023
6 checks passed
@JTrillo JTrillo deleted the bootcamp-update-2023 branch December 11, 2023 20:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants