This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm install @angular/animations --verbose | |
npm verb cli [ | |
npm verb cli '/usr/bin/node', | |
npm verb cli '/usr/sbin/npm', | |
npm verb cli 'install', | |
npm verb cli '@angular/animations', | |
npm verb cli '--verbose' | |
npm verb cli ] | |
npm info using [email protected] | |
npm info using [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using Octokit.Webhooks; | |
using Octokit.Webhooks.Events; | |
using Octokit.Webhooks.Events.IssueComment; | |
public sealed class MyWebhookEventProcessor : WebhookEventProcessor | |
{ | |
private readonly ILogger<MyWebhookEventProcessor> logger; | |
public MyWebhookEventProcessor(ILogger<MyWebhookEventProcessor> logger) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Host ssh.dev.azure.com | |
HostkeyAlgorithms +ssh-rsa | |
PubkeyAcceptedAlgorithms +ssh-rsa |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//---------------------- | |
// <auto-generated> | |
// Generated using the NJsonSchema v10.4.6.0 (Newtonsoft.Json v9.0.0.0) (http://NJsonSchema.org) | |
// </auto-generated> | |
//---------------------- | |
namespace Octokit.Webhooks | |
{ | |
#pragma warning disable // Disable all warnings |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resolving # relative to schema.json# (schema.json#) | |
trying to fetch schema.json | |
successully fetched schema.json | |
resolved to # (schema.json#) | |
resolving # relative to schema.json# (schema.json#) | |
resolved to # (schema.json#) | |
resolving #/definitions/check_run_event relative to #/oneOf/0 (schema.json#/oneOf/0) | |
trying to fetch | |
couldn't fetch | |
resolved to #/definitions/check_run_event (schema.json#/definitions/check_run_event) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"use strict"; | |
Object.defineProperty(exports, "__esModule", { value: true }); | |
const child_process_1 = require("child_process"); | |
function getProjectUrl(project) { | |
if (typeof project === 'string') { | |
return project; | |
} | |
if ((project === null || project === void 0 ? void 0 : project.url) !== undefined) { | |
return project.url; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2021-02-23 21:36:59,136 - DEBUG - __main__ - Starting... | |
2021-02-23 21:36:59,137 - DEBUG - prep - Setting up... | |
2021-02-23 21:36:59,150 - DEBUG - __main__ - Clearing cache... | |
2021-02-23 21:36:59,159 - DEBUG - run - Starting analysis... | |
2021-02-23 21:36:59,222 - DEBUG - docker_api - Checking if image "gcr.io/distroless/base:latest" is available on disk... | |
2021-02-23 21:36:59,239 - DEBUG - docker_api - Image "gcr.io/distroless/base:latest" found | |
2021-02-23 21:36:59,777 - DEBUG - rootfs - Running command: tar -tf /root/.tern/temp.tar | |
2021-02-23 21:36:59,782 - DEBUG - rootfs - Running command: tar -x --exclude=.wh.* -f /root/.tern/temp.tar -C /root/.tern/temp | |
2021-02-23 21:36:59,819 - DEBUG - rootfs - Running command: tar -tf /root/.tern/temp/82a2e23fb9f1f5ac86b6c60196bff58e163601e5f37f1bc2bb1bd1781e8f6906/layer.tar | |
2021-02-23 21:36:59,831 - DEBUG - rootfs - Running command: tar -x --exclude=.wh.* -f /root/.tern/temp/82a2e23fb9f1f5ac86b6c60196bff58e163601e5f37f1bc2bb1bd1781e8f6906/layer.tar -C /root/.tern/temp/82 |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"images": [ | |
{ | |
"image": { | |
"repotag": "node:14.15.3-alpine3.12", | |
"name": "node", | |
"tag": "14.15.3-alpine3.12", | |
"manifest": [ | |
{ | |
"Config": "46c3eb6e27e941661ea2f06a323e4518336d5c3fac593f03717a86c182fa0775.json", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
schedules: | |
- cron: '0 * * * *' | |
displayName: 'Hourly' | |
branches: | |
include: | |
- master | |
always: true | |
trigger: none |