Compare commits
No commits in common. "b351d9f8396d7ec56d8b6712583af3e93f45372b" and "1621bc1d5314030d7eae86641f2712f8a465531e" have entirely different histories.
b351d9f839
...
1621bc1d53
4
.github/workflows/demo.yml
vendored
4
.github/workflows/demo.yml
vendored
@ -1,8 +1,8 @@
|
|||||||
name: Demo - Build & Deploy to Scaleway
|
name: Demo - Build & Deploy to Scaleway
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
schedule:
|
||||||
branches: [legacy_dev]
|
- cron: '00 15 * * *' # 15:00 UTC -> 17:00 CEST
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a
|
PROJECT_ID_LECOFFRE: 72d08499-37c2-412b-877e-f8af0471654a
|
||||||
|
@ -46,11 +46,6 @@ export default abstract class BaseApiService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
protected async getRequest<T>(url: URL, token?: string, contentType?: ContentType, ref?: IRef, fileName?: string) {
|
protected async getRequest<T>(url: URL, token?: string, contentType?: ContentType, ref?: IRef, fileName?: string) {
|
||||||
console.log("url", url);
|
|
||||||
console.log("token", token);
|
|
||||||
console.log("contentType", contentType);
|
|
||||||
console.log("ref", ref);
|
|
||||||
console.log("fileName", fileName);
|
|
||||||
await this.checkJwtToken();
|
await this.checkJwtToken();
|
||||||
const request = async () =>
|
const request = async () =>
|
||||||
await fetch(url, {
|
await fetch(url, {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user