7
0
mirror of https://github.com/marado/RNID.git synced 2025-01-18 16:37:12 +00:00
Commit Graph

8 Commits

Author SHA1 Message Date
Marcos Marado
8708cff55d scripts: act: better debug
We were actually running wget and letting the user see the output...
and get its error code, which is quite fine in a manual run, but
messes with the automatic running of these scripts.

Now, we still do wget and validate its error code, but instead the
script then does its business as usual (and hopefully this fixes our
cron'ed GA).

This patch also changes the time at which the scheduled cronjob runs,
just because it is still once a day, which is what we want, and will
give us still a run today (so we can have it run with this change
sooner rather than later).
2021-10-25 11:10:36 +01:00
Marcos Marado
8ab844206e ACT: em continuação da descoberta da diferença
Via GA o resultado é uma linha... sem nada.
Localmente o wget obtém a página correctamente.

Vamos olhar para o output do wget para ver se lá temos alguma dica...
2021-10-24 19:42:54 +01:00
Marcos Marado
e1d99a077b script act: better debug
When wget'ing from GA, we're getting only one line of output...
Let's see what it says?
2021-10-24 19:37:50 +01:00
Marcos Marado
ada2ce2974 script act: mais debug
A GA continua a ter um comportamento diferente de uma run local...
2021-10-24 19:31:51 +01:00
Marcos Marado
486cefa8ec scripts: act: added check and DEBUG
O script da ACT falhou algumas vezes (e ainda nunca funcionou bem)
a tentar identificar o problema, quando corrido através das github
actions.

Esta alteração aumenta a qualidade da validação, verificando que o
conteúdo descarregado não está vazio antes de tentar encontrar
problemas nele. Se estiver vazio, então mostra o output do wget,
para debug (pode ser que ajude a entender o que muda entre o pedido
feito localmente e feito no ambiente em que a Github Action é
executada).
2021-10-24 19:10:34 +01:00
Marcos Marado
b5925dc172 act: agora também com problema nos certificados 2021-04-17 19:59:23 +01:00
Marcos Marado
e70e1b54e0 act: try only once, if the site is down, it's down 2019-03-01 18:22:37 +00:00
Marcos Marado
cd558c6633 novo script: scripts/18-act.sh 2018-05-27 14:03:42 +01:00