Skip to content

Commit

Permalink
cat error preprod
Browse files Browse the repository at this point in the history
  • Loading branch information
carlospolop committed Jan 9, 2025
1 parent a8afae0 commit 41c85ce
Show file tree
Hide file tree
Showing 17 changed files with 16 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/translate_af.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_de.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_el.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_es.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_hi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_it.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_ko.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_pl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_sr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_sw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_tr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_uk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/translate_zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
# Build the mdBook
- name: Build mdBook
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build
run: MDBOOK_BOOK__LANGUAGE=$BRANCH mdbook build || (cat hacktricks-preprocessor-error.log && exit 1)

# Login in AWs
- name: Configure AWS credentials using OIDC
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,4 +293,3 @@ The staging URL has this format: `https://<app-subdomain>-<PR-num>.<region>.<res

{{#include ../../../banners/hacktricks-training.md}}

0 comments on commit 41c85ce

Please sign in to comment.